From e8d7429e331e82bf2ddb8e3527c6aa92484b5194 Mon Sep 17 00:00:00 2001 From: tastytea Date: Wed, 14 Sep 2022 05:44:04 +0200 Subject: [PATCH] nvim: completion: disable spell module very laggy --- .config/nvim/lua/my/completion.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.config/nvim/lua/my/completion.lua b/.config/nvim/lua/my/completion.lua index 05090c9..52ce99d 100644 --- a/.config/nvim/lua/my/completion.lua +++ b/.config/nvim/lua/my/completion.lua @@ -50,7 +50,7 @@ if cmp and luasnip then { name = 'orgmode' }, }, { { name = 'buffer' }, - { name = 'spell' }, + -- { name = 'spell' }, }) })