✨ feat(nvim): add es to the spelllang option definition
This commit is contained in:
parent
6cc50cb339
commit
4126b2fc7b
1 changed files with 1 additions and 0 deletions
|
@ -38,6 +38,7 @@ o.cmdheight = 0
|
||||||
|
|
||||||
-- Enable spell checking
|
-- Enable spell checking
|
||||||
o.spell = true
|
o.spell = true
|
||||||
|
o.spelllang = { "en", "es" }
|
||||||
|
|
||||||
-- Backspacing and indentation when wrapping
|
-- Backspacing and indentation when wrapping
|
||||||
o.backspace = { "start", "eol", "indent" }
|
o.backspace = { "start", "eol", "indent" }
|
||||||
|
|
Loading…
Add table
Reference in a new issue