Skip to content

Commit

Permalink
add new icon
Browse files Browse the repository at this point in the history
  • Loading branch information
jayli committed Jan 1, 2024
1 parent fe5c543 commit 8b44959
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions plugin/easycomplete.vim
Original file line number Diff line number Diff line change
Expand Up @@ -65,15 +65,15 @@ if g:easycomplete_nerd_font == 1
\ 'const': get(kind_icons, "const", ""), 'alias': get(kind_icons, 'alias', ""),
\ 'let': get(kind_icons, "let", ""), 'parameter': get(kind_icons, 'parameter', "󰏗"),
\ 'operator': get(kind_icons, 'operator', "󱧕"), 'property': get(kind_icons, 'property', "󰙅"),
\ 'local': get(kind_icons, 'local', "󱘫"),
\ 'local': get(kind_icons, 'local', ""),
\ 'r':'', 't':'',
\ 'f':'f', 'c':'',
\ 'u':'𝘶', 'e':'𝘦',
\ 's':'󰙅', 'v':'',
\ 'i':'𝘪', 'm':'',
\ 'p':'𝘱', 'k':'𝘬',
\ 'o':"󱧕", 'd':'𝘥',
\ 'l':"󱘫", 'a':"𝘢",
\ 'l':"", 'a':"𝘢",
\ }
endif

Expand Down

0 comments on commit 8b44959

Please sign in to comment.