aboutsummaryrefslogtreecommitdiff
path: root/init.lua
diff options
context:
space:
mode:
authorChris Patti <feoh@feoh.org>2024-03-12 18:09:47 -0400
committerGitHub <noreply@github.com>2024-03-12 18:09:47 -0400
commitb529bc33590cbb81a5916408b2d6001a643e596c (patch)
treef1606317fc37e65dbc5ea2d97c7d1051a5e0a252 /init.lua
parentd8a1dbc4b40fc018f254be3f060061d90ad35185 (diff)
Revert "Use `cmp-nvim-lua` as `nvim-cmp` source for neovim Lua API (#696)" (#755)
This reverts commit d8a1dbc4b40fc018f254be3f060061d90ad35185.
Diffstat (limited to 'init.lua')
-rw-r--r--init.lua4
1 files changed, 0 insertions, 4 deletions
diff --git a/init.lua b/init.lua
index fe25648..04cc6b7 100644
--- a/init.lua
+++ b/init.lua
@@ -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
@@ -704,7 +701,6 @@ require('lazy').setup({
end, { 'i', 's' }),
},
sources = {
- { name = 'nvim_lua' },
{ name = 'nvim_lsp' },
{ name = 'luasnip' },
{ name = 'path' },