Skip to content

Commit 20ce458

Browse files
feohhchienjo
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 7e17ce1 commit 20ce458

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
@@ -638,9 +638,6 @@ require('lazy').setup({
638638
-- into multiple repos for maintenance purposes.
639639
'hrsh7th/cmp-nvim-lsp',
640640
'hrsh7th/cmp-path',
641-
-- nvim-cmp source for neovim Lua API
642-
-- so that things like vim.keymap.set, etc. are autocompleted
643-
'hrsh7th/cmp-nvim-lua',
644641

645642
-- If you want to add a bunch of pre-configured snippets,
646643
-- you can use this plugin to help you. It even has snippets
@@ -702,7 +699,6 @@ require('lazy').setup({
702699
end, { 'i', 's' }),
703700
},
704701
sources = {
705-
{ name = 'nvim_lua' },
706702
{ name = 'nvim_lsp' },
707703
{ name = 'luasnip' },
708704
{ name = 'path' },

0 commit comments

Comments
 (0)