Last active
December 10, 2020 04:09
-
-
Save MinSomai/3a9ea8e6a4e4263b69840ef123cb4112 to your computer and use it in GitHub Desktop.
liuchengxu/Vista.vim Tagbar | Sidebar - Icons setting with Cascadia Code PL
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
" github.com/liuchengxu/vista.vim | |
" Icons based on Cascadpa Code PL font | |
" Vista LSP symbol viewer icons | |
let g:vista#renderer#enable_icon = 1 | |
let g:vista#renderer#icons = { | |
\ "compound": "┬", | |
\ "method": "∫", | |
\ "function": "ƒ", | |
\ "variable": "x", | |
\ "class": "↕", | |
\ "property": "┤", | |
\ "field": "├", | |
\ "module": "", | |
\ } |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment