diff options
author | Squibid <me@zacharyscheiman.com> | 2023-06-26 11:16:26 -0400 |
---|---|---|
committer | Squibid <me@zacharyscheiman.com> | 2023-06-26 11:16:26 -0400 |
commit | 1129244d0fd56db116baedffaee472c1baa9f455 (patch) | |
tree | fdb7a34a5755a42b0474dcaf0b2087977be2012d /after/plugin | |
parent | 993c50bb342aba6f61aa1e3bac5034c3b8e42ed5 (diff) | |
download | nvim-1129244d0fd56db116baedffaee472c1baa9f455.tar.gz nvim-1129244d0fd56db116baedffaee472c1baa9f455.tar.bz2 nvim-1129244d0fd56db116baedffaee472c1baa9f455.zip |
modify cmp icons
Diffstat (limited to '')
-rw-r--r-- | after/plugin/cmp.lua | 4 |
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 = ' ', |