feat(nvim): add es to the spelllang option definition

This commit is contained in:
Sergio Laín 2024-03-18 00:15:27 +01:00
parent 6cc50cb339
commit 4126b2fc7b
No known key found for this signature in database
GPG key ID: 14C9B8080681777B

View file

@ -38,6 +38,7 @@ o.cmdheight = 0
-- Enable spell checking
o.spell = true
o.spelllang = { "en", "es" }
-- Backspacing and indentation when wrapping
o.backspace = { "start", "eol", "indent" }