[nvim] fix spellcheck

This commit is contained in:
Julien Rabier 2023-05-07 16:36:33 +02:00
parent 05611371d5
commit e27824a76b

View File

@ -41,3 +41,4 @@ opt.timeoutlen = 200 -- https://github.com/folke/which-key.nvim#%EF%B8%8F-config
opt.mouse = "a" opt.mouse = "a"
opt.spelllang = { "fr" } opt.spelllang = { "fr" }
opt.wrap = true opt.wrap = true
opt.rtp:append (vim.fn.stdpath ('data') .. '/site') -- https://github.com/neovim/neovim/issues/23082