From 36e5720fabb5ad4513e72510d9f15b8e214ee45b Mon Sep 17 00:00:00 2001 From: Robert Günzler Date: Thu, 15 Dec 2022 21:10:18 +0100 Subject: vim: fix usage of internal package without namespace MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Robert Günzler --- .vim/after/ftplugin/mail.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to '.vim/after') 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 -- cgit 1.4.1