Skip to content

Commit dc38eab

Browse files
committed
bugfix
1 parent be14e14 commit dc38eab

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

plugin/easycomplete.vim

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -64,9 +64,9 @@ if g:easycomplete_nerd_font == 1
6464
\ 'enum': get(kind_icons, "enum", ""), 'enummember': get(kind_icons, "enummember", ""),
6565
\ 'field': get(kind_icons, "field", ""), 'file': get(kind_icons, "file", ''),
6666
\ 'folder': get(kind_icons, "folder", ""), 'function': get(kind_icons, "function", "󰊕"),
67-
\ 'interface': get(kind_icons, "interface", ""), 'keyword': get(kind_icons, "keyword", ""),
67+
\ 'interface': get(kind_icons, "interface", ""), 'keyword': get(kind_icons, "keyword", ""),
6868
\ 'snippet': get(kind_icons, "snippet", ""), 'struct': get(kind_icons, "struct", "󰙅"),
69-
\ 'text': get(kind_icons, "text", ""), 'typeparameter': get(kind_icons, "typeparameter", "§"),
69+
\ 'text': get(kind_icons, "text", ""), 'typeparameter': get(kind_icons, "typeparameter", "󰌹"),
7070
\ 'variable': get(kind_icons, "variable", ""), 'module': get(kind_icons, "module", ''),
7171
\ 'event': get(kind_icons, "event", ''), 'var': get(kind_icons, "var", ""),
7272
\ 'const': get(kind_icons, "const", ""), 'alias': get(kind_icons, 'alias', ""),

0 commit comments

Comments
 (0)