e30fca43b3
subrepo: subdir: "dotfiles/.vim/plugged/vim-devicons" merged: "71f239af2" upstream: origin: "https://github.com/ryanoasis/vim-devicons.git" branch: "master" commit: "71f239af2" git-subrepo: version: "0.4.3" origin: "???" commit: "???"
8 lines
255 B
VimL
8 lines
255 B
VimL
function! devicons#plugins#vimfiler#init() abort
|
|
call vimfiler#custom#profile('default', 'context', {
|
|
\ 'columns': 'devicons:size:time',
|
|
\ 'explorer_columns': 'devicons'
|
|
\ })
|
|
endfunction
|
|
|
|
" vim: tabstop=2 softtabstop=2 shiftwidth=2 expandtab:
|