nvim: remove cmp spell for slowing down editor

dev-docs
Moritz Böhme 2023-02-20 19:05:46 +01:00
parent 621d77bc6e
commit e267b6a806
Signed by: moritz
GPG Key ID: 970C6E89EB0547A9
2 changed files with 0 additions and 11 deletions

View File

@ -56,7 +56,6 @@ in
plugins = with pkgs.vimPlugins; [
catppuccin-nvim
cmp-nvim-lsp
cmp-spell
cmp_luasnip
comment-nvim
copilot-cmp

View File

@ -144,16 +144,6 @@ cmp.setup({
{ name = "luasnip", priority = 7 },
{ name = "nvim_lsp", priority = 9 },
{ name = "orgmode", priority = 9 },
{
name = "spell",
option = {
keep_all_entries = false,
enable_in_context = function()
return true
end,
},
priority = 1,
},
},
})