nvim: remove spell source

This commit is contained in:
PowerUser64 2023-07-10 23:40:40 -07:00
parent 2c5ae3d832
commit 7e55568f6a

View file

@ -146,7 +146,7 @@ M.cmp = function()
{ name = 'luasnip' },
{ name = 'treesitter' },
{ name = 'calc' },
{ name = 'spell' },
-- { name = 'spell' },
{ name = 'emoji' },
{ name = 'buffer' },
{ name = 'path' },
@ -166,7 +166,7 @@ M.cmp = function()
nvim_lsp = "[lsp]",
treesitter = "[ts]",
calc = "[calc]",
spell = "[spell]",
-- spell = "[spell]",
cmdline = "[cmd]",
buffer = "[buf]",
luasnip = "[snip]",