🗑️ remove(nvim): es dictionary

This commit is contained in:
Sergio Laín 2024-03-22 21:27:53 +01:00
parent 48c74e2e71
commit 61f7e07e19
No known key found for this signature in database
GPG key ID: 14C9B8080681777B

View file

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