neovim stuff
This commit is contained in:
parent
6d492f07ba
commit
0f07552648
1 changed files with 3 additions and 0 deletions
|
|
@ -41,3 +41,6 @@ vim.o.confirm = true
|
|||
-- spell checking
|
||||
vim.opt.spell = true
|
||||
vim.opt.spelllang = "fr"
|
||||
-- wrap
|
||||
vim.o.wrap = true
|
||||
vim.o.linebreak = true
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue