Neovim: add cmp-spell source
This commit is contained in:
parent
47233b088f
commit
13ad1b7e88
2 changed files with 2 additions and 0 deletions
|
@ -135,6 +135,7 @@ require("packer").startup(function()
|
|||
{ "hrsh7th/cmp-path" }, -- Path source
|
||||
{ "hrsh7th/cmp-cmdline" }, -- cmdline source
|
||||
{ "saadparwaiz1/cmp_luasnip" }, -- Snippets source
|
||||
{ "f3fora/cmp-spell" }, -- Spell check source
|
||||
},
|
||||
config = require("plugins.cmp"),
|
||||
})
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue