feat: use nixvim
This commit is contained in:
parent
101ab079ac
commit
f1890f15be
4 changed files with 517 additions and 41 deletions
|
|
@ -23,6 +23,7 @@ vim.opt.termguicolors = true
|
|||
vim.opt.undofile = true
|
||||
vim.opt.undolevels = 10000
|
||||
vim.opt.updatetime = 300
|
||||
vim.opt.foldlevel = 2
|
||||
vim.opt_local.spell = true
|
||||
vim.opt_local.spelllang = { "en", "de_20" } -- all English regions and new German spelling
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue