Feat: remove spell from cmp list

This commit is contained in:
Bertrand Benjamin 2021-11-01 04:44:05 +01:00
parent 4f07c62070
commit b1cf2bbab6
1 changed files with 1 additions and 1 deletions

View File

@ -91,7 +91,7 @@ cmp.setup{
{ name = 'nvim_lsp' },
{ name = 'buffer' },
{ name = 'path' },
{ name = 'spell' },
-- { name = 'spell' },
}
}