[nvim] fix spellcheck
This commit is contained in:
parent
05611371d5
commit
e27824a76b
@ -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
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user