summary refs log tree commit diff
path: root/.vim/after
diff options
context:
space:
mode:
authorRobert Günzler <r@gnzler.io>2022-12-15 21:10:18 +0100
committerRobert Günzler <r@gnzler.io>2022-12-15 21:10:43 +0100
commit36e5720fabb5ad4513e72510d9f15b8e214ee45b (patch)
treeaf0133d541012205a8cd66db3188b28f91a59b71 /.vim/after
parent31f47375516fa4dfe54650b7a0a8fcf7b580a98f (diff)
vim: fix usage of internal package without namespace
Signed-off-by: Robert Günzler <r@gnzler.io>
Diffstat (limited to '.vim/after')
-rw-r--r--.vim/after/ftplugin/mail.lua2
1 files changed, 1 insertions, 1 deletions
diff --git a/.vim/after/ftplugin/mail.lua b/.vim/after/ftplugin/mail.lua
index beb2171..8abc2df 100644
--- a/.vim/after/ftplugin/mail.lua
+++ b/.vim/after/ftplugin/mail.lua
@@ -1,3 +1,3 @@
 
-require('spell')
+require('internal.spell')
 vim.opt.cursorline = false