nvim: enable spellcheck

This commit is contained in:
Daniel Lundin 2022-11-30 12:59:30 +01:00
parent 079f45a54a
commit ce764413fe

View file

@ -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