summaryrefslogtreecommitdiffstats
path: root/after/plugin/cmp.lua
diff options
context:
space:
mode:
Diffstat (limited to 'after/plugin/cmp.lua')
-rw-r--r--after/plugin/cmp.lua4
1 files changed, 2 insertions, 2 deletions
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 = ' ',