From 1b5f19283295a524be498152e56b1324a240e8ac Mon Sep 17 00:00:00 2001 From: Squibid Date: Thu, 6 Jul 2023 12:30:40 -0400 Subject: highlights for cmp and label cmp plugins --- lua/core/plugins.lua | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) (limited to 'lua/core/plugins.lua') 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 }, }, -- cgit v1.2.1