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 = '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]",
|
||||
|
|
Loading…
Add table
Reference in a new issue