mirror of
https://github.com/SqrtMinusOne/dotfiles.git
synced 2025-12-10 11:13:04 +03:00
6 lines
256 B
VimL
6 lines
256 B
VimL
|
|
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:
|