nvim: enable spellcheck
This commit is contained in:
parent
079f45a54a
commit
ce764413fe
1 changed files with 2 additions and 0 deletions
|
@ -15,6 +15,8 @@ vim.o.backup = true
|
|||
vim.g.netrw_dirhistmax = 0
|
||||
vim.o.clipboard = "unnamedplus"
|
||||
vim.g.do_filetype_lua = 1
|
||||
vim.o.spell = true
|
||||
vim.o.spelllang = "en_us"
|
||||
|
||||
--- Indent
|
||||
vim.o.autoindent = true
|
||||
|
|
Loading…
Add table
Reference in a new issue