Moves nvim-notes away to nvim
This commit is contained in:
parent
16fcac8f72
commit
ea64ee6760
33 changed files with 73 additions and 1068 deletions
|
|
@ -1,3 +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"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue