Skip to content

Commit

Permalink
bugfix for nerdfonts
Browse files Browse the repository at this point in the history
  • Loading branch information
jayli committed Dec 22, 2023
1 parent a23b5f1 commit e60b883
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions plugin/easycomplete.vim
Original file line number Diff line number Diff line change
Expand Up @@ -41,26 +41,26 @@ if g:easycomplete_nerd_font == 1
\ }
\ }
let g:easycomplete_sign_text = {
\ 'error': "",
\ 'warning': "",
\ 'error': "",
\ 'warning': "",
\ 'information': '',
\ 'hint': ''
\ }
let g:easycomplete_lsp_type_font = {
\ 'class': "", 'color': "",
\ 'constant': "", 'constructor': "",
\ 'enum': "", 'enummember': "",
\ 'field': "", 'file': '',
\ 'field': "", 'file': '',
\ 'folder': "", 'function': "ƒ",
\ 'interface': "", 'keyword': "",
\ 'snippet': "", 'struct': "",
\ 'snippet': "", 'struct': "󰙅",
\ 'text': "", 'typeparameter': "§",
\ 'variable': "", 'module': '',
\ 'event': '',
\ 'r':'', 't':'',
\ 'f':'f', 'c':'',
\ 'u':'𝘶', 'e':'𝘦',
\ 's':'', 'v':'',
\ 's':'󰙅', 'v':'',
\ 'i':'𝘪', 'm':'𝘮',
\ 'p':'𝘱', 'k':'𝘬',
\ 'o':"𝘰", 'd':'𝘥',
Expand Down

0 comments on commit e60b883

Please sign in to comment.