From 1129244d0fd56db116baedffaee472c1baa9f455 Mon Sep 17 00:00:00 2001 From: Squibid Date: Mon, 26 Jun 2023 11:16:26 -0400 Subject: modify cmp icons --- after/plugin/cmp.lua | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'after') diff --git a/after/plugin/cmp.lua b/after/plugin/cmp.lua index f69fc43..004a83b 100644 --- a/after/plugin/cmp.lua +++ b/after/plugin/cmp.lua @@ -10,13 +10,13 @@ local lspicons = { Function = '{}', Constructor = '{}', Field = '""', - Variable = 'x=', + Variable = 'i=', Class = '{}', Interface = '.h', Module = '{}', Property = '@p', Unit = ' ', - Value = ' ', + Value = 'x=', Enum = 'E#', Keyword = '$1', Color = ' ', -- cgit v1.2.1