diff options
-rw-r--r-- | home/.config/nvim/lua/cfg/options.lua | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/home/.config/nvim/lua/cfg/options.lua b/home/.config/nvim/lua/cfg/options.lua index 1529121..d6881fc 100644 --- a/home/.config/nvim/lua/cfg/options.lua +++ b/home/.config/nvim/lua/cfg/options.lua @@ -31,9 +31,6 @@ opt.textwidth = 80 opt.colorcolumn = "+1" opt.formatoptions:remove("t") -opt.spelllang:append({ "pt_pt", "es_es" }) -opt.spellfile = vim.fn.stdpath("config") .. "/spell/en.utf-8.add" - opt.cmdheight = 2 opt.updatetime = 300 |