From 61f7e07e193e2cbabc7327fb2c17015cb9ea0e77 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sergio=20La=C3=ADn?= Date: Fri, 22 Mar 2024 21:27:53 +0100 Subject: [PATCH] =?UTF-8?q?=F0=9F=97=91=EF=B8=8F=20remove(nvim):=20es=20di?= =?UTF-8?q?ctionary?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .config/nvim/lua/config/options.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.config/nvim/lua/config/options.lua b/.config/nvim/lua/config/options.lua index b156f0e6..b45227dd 100644 --- a/.config/nvim/lua/config/options.lua +++ b/.config/nvim/lua/config/options.lua @@ -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" }