summaryrefslogtreecommitdiffstats
path: root/lua/core/plugins.lua
diff options
context:
space:
mode:
Diffstat (limited to 'lua/core/plugins.lua')
-rw-r--r--lua/core/plugins.lua16
1 files changed, 8 insertions, 8 deletions
diff --git a/lua/core/plugins.lua b/lua/core/plugins.lua
index 741c745..ffe2941 100644
--- a/lua/core/plugins.lua
+++ b/lua/core/plugins.lua
@@ -73,14 +73,14 @@ require 'dep' {
-- cmp ----------------------------------------------------------------------
{ 'hrsh7th/nvim-cmp',
deps = {
- 'hrsh7th/cmp-buffer',
- 'FelipeLema/cmp-async-path',
- 'hrsh7th/cmp-calc',
- 'saadparwaiz1/cmp_luasnip',
- 'hrsh7th/cmp-nvim-lua',
- 'hrsh7th/cmp-nvim-lsp',
- 'lukas-reineke/cmp-under-comparator',
- 'onsails/lspkind.nvim',
+ 'lukas-reineke/cmp-under-comparator', -- better results
+ 'hrsh7th/cmp-buffer', -- buffers
+ 'FelipeLema/cmp-async-path', -- path
+ 'hrsh7th/cmp-calc', -- calculator
+ 'saadparwaiz1/cmp_luasnip', -- snippets
+ 'hrsh7th/cmp-nvim-lsp', -- lsp
+ 'uga-rosa/cmp-dictionary', -- dictionary
+ 'hrsh7th/cmp-nvim-lua', -- nvim lua api
},
},