nvim: add cmdline source for nvim-cmp

This commit is contained in:
Gabriel Arazas 2023-10-29 15:17:32 +08:00
parent 2fc06a8ddf
commit 22461d2092

View File

@ -8,6 +8,7 @@ return {
"hrsh7th/cmp-path", "hrsh7th/cmp-path",
"hrsh7th/cmp-nvim-lsp", "hrsh7th/cmp-nvim-lsp",
"hrsh7th/cmp-nvim-lua", "hrsh7th/cmp-nvim-lua",
"hrsh7th/cmp-cmdline",
"saadparwaiz1/cmp_luasnip", "saadparwaiz1/cmp_luasnip",
}, },
event = "InsertEnter", event = "InsertEnter",