chore(cmp): remove unused plugins

This commit is contained in:
2024-03-04 22:43:09 +01:00
parent cdce647793
commit 3757fe04ca
2 changed files with 0 additions and 7 deletions
-6
View File
@@ -45,18 +45,12 @@ local plugins = {
{ {
"saadparwaiz1/cmp_luasnip", "saadparwaiz1/cmp_luasnip",
}, },
{
"hrsh7th/cmp-buffer",
},
{ {
"hrsh7th/cmp-path", "hrsh7th/cmp-path",
}, },
{ {
"hrsh7th/cmp-cmdline", "hrsh7th/cmp-cmdline",
}, },
{
"hrsh7th/cmp-nvim-lua",
},
{ {
"hrsh7th/cmp-nvim-lsp", "hrsh7th/cmp-nvim-lsp",
}, },
-1
View File
@@ -102,7 +102,6 @@ local function setup()
-- { name = "luasnip", }, -- { name = "luasnip", },
{ name = "orgmode", }, { name = "orgmode", },
{ name = "path", }, { name = "path", },
-- { name = 'buffer' },
}, },
} }