Neovim: add cmp-spell source

main
Marko Korhonen 1 year ago
parent d2f47aa2f9
commit d08f08d572
No known key found for this signature in database
GPG Key ID: A7F78BCB859CD890

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

@ -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…
Cancel
Save