Skip to content

Commit

Permalink
Revert "Use cmp-nvim-lua as nvim-cmp source for neovim Lua API (n…
Browse files Browse the repository at this point in the history
…vim-lua#696)" (nvim-lua#755)

This reverts commit a9fa4c6.
  • Loading branch information
feoh committed Mar 12, 2024
1 parent a9fa4c6 commit 205c04b
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions init.lua
Original file line number Diff line number Diff line change
Expand Up @@ -640,9 +640,6 @@ require('lazy').setup({
-- into multiple repos for maintenance purposes.
'hrsh7th/cmp-nvim-lsp',
'hrsh7th/cmp-path',
-- nvim-cmp source for neovim Lua API
-- so that things like vim.keymap.set, etc. are autocompleted
'hrsh7th/cmp-nvim-lua',

-- If you want to add a bunch of pre-configured snippets,
-- you can use this plugin to help you. It even has snippets
Expand Down Expand Up @@ -704,7 +701,6 @@ require('lazy').setup({
end, { 'i', 's' }),
},
sources = {
{ name = 'nvim_lua' },
{ name = 'nvim_lsp' },
{ name = 'luasnip' },
{ name = 'path' },
Expand Down

0 comments on commit 205c04b

Please sign in to comment.