Neovim: add cmp-spell source

This commit is contained in:
Marko Korhonen 2023-02-20 16:10:32 +02:00
parent d2f47aa2f9
commit d08f08d572
Signed by: FunctionalHacker
GPG key ID: A7F78BCB859CD890
2 changed files with 2 additions and 0 deletions

View file

@ -55,6 +55,7 @@ return function()
{ name = "nvim_lsp" },
{ name = "nvim_lua" },
{ name = "path" },
{ name = "spell" },
},
})