nvim: remove spell source
This commit is contained in:
parent
2c5ae3d832
commit
7e55568f6a
1 changed files with 2 additions and 2 deletions
|
@ -146,7 +146,7 @@ M.cmp = function()
|
||||||
{ name = 'luasnip' },
|
{ name = 'luasnip' },
|
||||||
{ name = 'treesitter' },
|
{ name = 'treesitter' },
|
||||||
{ name = 'calc' },
|
{ name = 'calc' },
|
||||||
{ name = 'spell' },
|
-- { name = 'spell' },
|
||||||
{ name = 'emoji' },
|
{ name = 'emoji' },
|
||||||
{ name = 'buffer' },
|
{ name = 'buffer' },
|
||||||
{ name = 'path' },
|
{ name = 'path' },
|
||||||
|
@ -166,7 +166,7 @@ M.cmp = function()
|
||||||
nvim_lsp = "[lsp]",
|
nvim_lsp = "[lsp]",
|
||||||
treesitter = "[ts]",
|
treesitter = "[ts]",
|
||||||
calc = "[calc]",
|
calc = "[calc]",
|
||||||
spell = "[spell]",
|
-- spell = "[spell]",
|
||||||
cmdline = "[cmd]",
|
cmdline = "[cmd]",
|
||||||
buffer = "[buf]",
|
buffer = "[buf]",
|
||||||
luasnip = "[snip]",
|
luasnip = "[snip]",
|
||||||
|
|
Loading…
Add table
Reference in a new issue