mirror of
https://github.com/kristoferssolo/solorice.git
synced 2025-10-21 20:10:34 +00:00
9 lines
255 B
VimL
9 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:
|