From 81995a78d68e35642e3b57e91e25d7de76330b2a Mon Sep 17 00:00:00 2001 From: Christian Nieves Date: Mon, 26 Jun 2023 13:10:50 -0500 Subject: [PATCH] fix symbols --- vim/.vim/lua/plugins/cmp.lua | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/vim/.vim/lua/plugins/cmp.lua b/vim/.vim/lua/plugins/cmp.lua index 10768ec..9c963f6 100644 --- a/vim/.vim/lua/plugins/cmp.lua +++ b/vim/.vim/lua/plugins/cmp.lua @@ -165,10 +165,10 @@ return { menu = { nvim_ciderlsp = "", buffer = "", - crates = "📦", - nvim_lsp = "[CiderLSP]", + crates = "", + nvim_lsp = "", + nvim_lua = "", cmp_tabnine = "[TabNine]", - nvim_lua = "[API]", path = "[path]", tmux = "[TMUX]", vim_vsnip = "[snip]",