Removed temporary dictionary for Linux
This commit is contained in:
parent
b4c2bdba56
commit
f2276c0771
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue