Adds nvim-notes config

This commit is contained in:
Michel 2024-11-21 22:18:33 +01:00
parent 01d6a32b3b
commit ac5fd4f192
17 changed files with 634 additions and 0 deletions

View file

@ -0,0 +1,7 @@
-- Options are automatically loaded before lazy.nvim startup
-- Default options that are always set: https://github.com/LazyVim/LazyVim/blob/main/lua/lazyvim/config/options.lua
-- Add any additional options here
vim.opt.wrap = true
vim.opt.spell = true
vim.opt.spelllang = "en_us,de"