dotfiles/nvim/.vim/plugged/vim-devicons/autoload/devicons/plugins/startify.vim

7 lines
256 B
VimL
Raw Normal View History

2024-06-19 00:06:56 +02:00
function! devicons#plugins#startify#init() abort
exec ":function! StartifyEntryFormat() abort \n return 'WebDevIconsGetFileTypeSymbol(absolute_path) .\" \". entry_path' \n endfunction"
endfunction
" vim: tabstop=2 softtabstop=2 shiftwidth=2 expandtab: