Skip to content

Instantly share code, notes, and snippets.

@MinSomai
Last active December 10, 2020 04:09
Show Gist options
  • Save MinSomai/3a9ea8e6a4e4263b69840ef123cb4112 to your computer and use it in GitHub Desktop.
Save MinSomai/3a9ea8e6a4e4263b69840ef123cb4112 to your computer and use it in GitHub Desktop.
liuchengxu/Vista.vim Tagbar | Sidebar - Icons setting with Cascadia Code PL
" 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