Skip to content

Commit

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

* Use cmp-nvim-lua as nvim-cmp source for neovim Lua API

* Move the dependency to a more suitable place
  • Loading branch information
William-Wolke committed Oct 21, 2024
1 parent 3fd2ebb commit 5065ac3
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions init.lua
Original file line number Diff line number Diff line change
Expand Up @@ -819,6 +819,7 @@ require('lazy').setup({
group_index = 0,
},
{ name = 'copilot' },
{ name = 'nvim_lua' },
{ name = 'nvim_lsp' },
{ name = 'luasnip' },
{ name = 'path' },
Expand Down

0 comments on commit 5065ac3

Please sign in to comment.