Removed temporary dictionary for Linux

This commit is contained in:
Eduardo Cueto-Mendoza 2024-07-25 20:58:35 +01:00
parent b4c2bdba56
commit f2276c0771
1 changed files with 2 additions and 2 deletions

View File

@ -10,8 +10,8 @@ then
-- on Linux
vim.opt.guicursor = ""
vim.opt.spelllang = 'en_gb'
vim.opt.spell = true
--vim.opt.spelllang = 'en_gb'
--vim.opt.spell = true
vim.opt.nu = true
vim.opt.relativenumber = true