neovim stuff

This commit is contained in:
afoucaultc 2026-07-07 14:15:11 +02:00
parent 6d492f07ba
commit 0f07552648

View file

@ -41,3 +41,6 @@ vim.o.confirm = true
-- spell checking -- spell checking
vim.opt.spell = true vim.opt.spell = true
vim.opt.spelllang = "fr" vim.opt.spelllang = "fr"
-- wrap
vim.o.wrap = true
vim.o.linebreak = true