We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
cmp-nvim-lua
nvim-cmp
1 parent 58ad8e5 commit fbb07abCopy full SHA for fbb07ab
init.lua
@@ -643,9 +643,6 @@ require('lazy').setup({
643
-- into multiple repos for maintenance purposes.
644
'hrsh7th/cmp-nvim-lsp',
645
'hrsh7th/cmp-path',
646
- -- nvim-cmp source for neovim Lua API
647
- -- so that things like vim.keymap.set, etc. are autocompleted
648
- 'hrsh7th/cmp-nvim-lua',
649
650
-- If you want to add a bunch of pre-configured snippets,
651
-- you can use this plugin to help you. It even has snippets
@@ -707,7 +704,6 @@ require('lazy').setup({
707
704
end, { 'i', 's' }),
708
705
},
709
706
sources = {
710
- { name = 'nvim_lua' },
711
{ name = 'nvim_lsp' },
712
{ name = 'luasnip' },
713
{ name = 'path' },
0 commit comments