-
-
Notifications
You must be signed in to change notification settings - Fork 18
Home
Mark Woods edited this page Nov 21, 2025
·
4 revisions
- glyph-palette.vim: An universal palette for glyphs to highlight nicely
- fern-renderer-nerdfont.vim: support fern.vim
- vim-startify-renderer-nerdfont: support vim-startify
- airline-renderer-nerdfont.vim: support vim-airline
- fuzzbox.vim: Fuzzy finder with built-in support for vim-nerdfont
" Fix TOFU on Cica
" https://github.com/miiton/Cica/issues/81
let g:nerdfont#path#extension#customs = {
\ 'vue': '',
\ 'node': '',
\ 'rtf': '',
\ 'license': ''
\ }