Skip to content

Commit b529bc3

Browse files
authored
Revert "Use cmp-nvim-lua as nvim-cmp source for neovim Lua API (#696)" (#755)
This reverts commit d8a1dbc.
1 parent d8a1dbc commit b529bc3

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

init.lua

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -640,9 +640,6 @@ require('lazy').setup({
640640
-- into multiple repos for maintenance purposes.
641641
'hrsh7th/cmp-nvim-lsp',
642642
'hrsh7th/cmp-path',
643-
-- nvim-cmp source for neovim Lua API
644-
-- so that things like vim.keymap.set, etc. are autocompleted
645-
'hrsh7th/cmp-nvim-lua',
646643

647644
-- If you want to add a bunch of pre-configured snippets,
648645
-- you can use this plugin to help you. It even has snippets
@@ -704,7 +701,6 @@ require('lazy').setup({
704701
end, { 'i', 's' }),
705702
},
706703
sources = {
707-
{ name = 'nvim_lua' },
708704
{ name = 'nvim_lsp' },
709705
{ name = 'luasnip' },
710706
{ name = 'path' },

0 commit comments

Comments
 (0)