From 70abc1f30f772757088b13d97256423385156080 Mon Sep 17 00:00:00 2001 From: Squibid Date: Wed, 15 Feb 2023 23:11:33 -0500 Subject: Major changes including better ui and more keybinds :) --- lua/core/overrides/cmp.lua | 28 +--------------------------- 1 file changed, 1 insertion(+), 27 deletions(-) (limited to 'lua/core/overrides/cmp.lua') diff --git a/lua/core/overrides/cmp.lua b/lua/core/overrides/cmp.lua index c904d1e..5fbb2a5 100644 --- a/lua/core/overrides/cmp.lua +++ b/lua/core/overrides/cmp.lua @@ -34,33 +34,7 @@ cmp.setup { formatting = { fields = { "kind", "abbr", "menu" }, format = function(entry, vim_item) - local kind_icons = { - Text = 'Tx', - Snippet = '<>', - Method = ' ', - Function = '{}', - Constructor = ' ', - Field = '""', - Variable = 'x=', - Class = '~{', - Interface = '.h', - Module = ' ', - Property = '@p', - Unit = ' ', - Value = ' ', - Enum = 'E#', - Keyword = '$1', - Color = ' ', - File = '#`', - Reference = ' ', - Folder = ' ', - EnumMember = ' ', - Constant = ' ', - Struct = ' ', - Event = ' ', - Operator = ' ', - TypeParameter = ' ', - } + local kind_icons = lspicons local menu_items = { buffer = "buffer", nvim_lsp = "LSP", -- cgit v1.2.1