summary refs log tree commit diff
path: root/.vim/lua/internal/spell.lua
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--.vim/lua/internal/spell.lua (renamed from .vim/lua/spell.lua)1
1 files changed, 0 insertions, 1 deletions
diff --git a/.vim/lua/spell.lua b/.vim/lua/internal/spell.lua
index e5cfca1..57cbad2 100644
--- a/.vim/lua/spell.lua
+++ b/.vim/lua/internal/spell.lua
@@ -1,6 +1,5 @@
 
 vim.opt_local.spell = true
-vim.opt.spelllang = {'en_gb', 'de_de'}
 vim.opt.spellfile = vim.fn['spellfile#WritableSpellDir']() .. '/spellfile.utf-8.add'
 vim.opt.spellcapcheck = ''
 vim.opt.spelloptions = {'camel'}