🗑️ remove(nvim): es dictionary
This commit is contained in:
parent
48c74e2e71
commit
61f7e07e19
1 changed files with 1 additions and 1 deletions
|
@ -38,7 +38,7 @@ o.cmdheight = 0
|
||||||
|
|
||||||
-- Enable spell checking
|
-- Enable spell checking
|
||||||
o.spell = true
|
o.spell = true
|
||||||
o.spelllang = { "en", "es" }
|
o.spelllang = { "en" }
|
||||||
|
|
||||||
-- 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