-
-
Notifications
You must be signed in to change notification settings - Fork 32
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Vista.vimで使われているアイコンを表示できない #45
Comments
@t-shin-komae |
(メモ) https://github.com/liuchengxu/vista.vim/blob/master/autoload/vista/renderer.vim#L5-L42
|
Nerd Fontsがこういう実装になっているのですが、 |
こちらのIssueにある通り、 |
おまたせしました v5.0.1 でいい感じに表示できると思います 以下設定例です。 " Vista
let g:vista_icon_indent = [" ", " "]
let g:vista_default_executive = 'coc'
let g:vista#renderer#icons = {
\ 'func': "\Uff794",
\ 'function': "\Uff794",
\ 'functions': "\Uff794",
\ 'var': "\Uff71b",
\ 'variable': "\Uff71b",
\ 'variables': "\Uff71b",
\ 'const': "\Uff8ff",
\ 'constant': "\Uff8ff",
\ 'method': "\Uff6a6",
\ 'package': "\Ufe612",
\ 'packages': "\Ufe612",
\ 'enum': "\Uff435",
\ 'enumerator': "\Uff435",
\ 'module': "\Uff668",
\ 'modules': "\Uff668",
\ 'type': "\Ufe22b",
\ 'typedef': "\Ufe22b",
\ 'types': "\Ufe22b",
\ 'field': "\Uff93d",
\ 'fields': "\Uff93d",
\ 'macro': "\Uff8a3",
\ 'macros': "\Uff8a3",
\ 'map': "\Uffb44",
\ 'class': "\Uff9a9",
\ 'augroup': "\Uffb44",
\ 'struct': "\Uffb44",
\ 'union': "\Uffacd",
\ 'member': "\Uff02b",
\ 'target': "\Uff893",
\ 'property': "\Uffab6",
\ 'interface': "\Uffa52",
\ 'namespace': "\Uff475",
\ 'subroutine': "\Uff915",
\ 'implementation': "\Uff87a",
\ 'typeParameter': "\Uff278",
\ 'default': "\Uff29c"
\ } |
↑ |
閉じますー |
Vista.vimというプラグインで使われる文字が一部、表示されない、またはNerdTree fontと異なるものが表示されます。
例:
uf794:
uf71b:
ubuntu18.04のgnome-terminal(フォントはCicaに変更済み)上でneovimを動かしています。
The text was updated successfully, but these errors were encountered: