nvim: turn on spell check
This commit is contained in:
parent
97a3b51027
commit
83976749be
@ -36,6 +36,7 @@ vim.opt.list = true
|
||||
vim.opt.listchars = "tab:>>,trail:_,eol:$,multispace:··,extends:>,precedes:<,nbsp:%"
|
||||
vim.opt.encoding = "utf-8"
|
||||
vim.opt.fenc = "utf-8"
|
||||
vim.opt.spell = true
|
||||
|
||||
if vim.fn.executable('rg') then
|
||||
vim.opt.grepprg = 'rg --vimgrep --smart-case --hidden'
|
||||
|
Loading…
Reference in New Issue
Block a user