Skip to content

Commit fbb07ab

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

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
@@ -643,9 +643,6 @@ require('lazy').setup({
643643
-- into multiple repos for maintenance purposes.
644644
'hrsh7th/cmp-nvim-lsp',
645645
'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',
649646

650647
-- If you want to add a bunch of pre-configured snippets,
651648
-- you can use this plugin to help you. It even has snippets
@@ -707,7 +704,6 @@ require('lazy').setup({
707704
end, { 'i', 's' }),
708705
},
709706
sources = {
710-
{ name = 'nvim_lua' },
711707
{ name = 'nvim_lsp' },
712708
{ name = 'luasnip' },
713709
{ name = 'path' },

0 commit comments

Comments
 (0)