[nvim] enable spellchecking
This commit is contained in:
parent
e27824a76b
commit
c1744c48e1
@ -25,7 +25,6 @@ opt.list = true
|
|||||||
opt.modeline = true
|
opt.modeline = true
|
||||||
opt.number = true
|
opt.number = true
|
||||||
opt.showmatch = true
|
opt.showmatch = true
|
||||||
--opt.spelllang = fr
|
|
||||||
opt.undofile = true
|
opt.undofile = true
|
||||||
{{- if eq .chezmoi.hostname "taupo" }}
|
{{- if eq .chezmoi.hostname "taupo" }}
|
||||||
opt.undodir = "/home/taziden/.vim/undo"
|
opt.undodir = "/home/taziden/.vim/undo"
|
||||||
@ -39,6 +38,7 @@ opt.softtabstop = 4
|
|||||||
opt.pastetoggle = "<F2>"
|
opt.pastetoggle = "<F2>"
|
||||||
opt.timeoutlen = 200 -- https://github.com/folke/which-key.nvim#%EF%B8%8F-configuration
|
opt.timeoutlen = 200 -- https://github.com/folke/which-key.nvim#%EF%B8%8F-configuration
|
||||||
opt.mouse = "a"
|
opt.mouse = "a"
|
||||||
|
opt.spell = true
|
||||||
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
|
opt.rtp:append (vim.fn.stdpath ('data') .. '/site') -- https://github.com/neovim/neovim/issues/23082
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user