ranger devicons

This commit is contained in:
TheK4n 2022-01-29 17:59:03 +03:00
parent 8f5d937fd5
commit dfe2db2d3d
3 changed files with 6 additions and 2 deletions

View File

@ -1,2 +1,4 @@
set preview_images true
set preview_images_method ueberzug
default_linemode devicons

View File

@ -96,7 +96,7 @@ call vundle#begin()
Plugin 'preservim/tagbar'
Plugin 'preservim/vimux'
" requiered
" requiered patch your font
Plugin 'ryanoasis/vim-devicons'
call vundle#end()

View File

@ -44,5 +44,7 @@ completion:
ranger:
mkdir -p ~/.config/ranger || true
ln -s $(PWD)/.ranger/rc.conf ~/.config/ranger
ln -s $(PWD)/.ranger/rc.conf ~/.config/ranger || true
mkdir -p ~/.config/ranger/plugins && \
git clone https://github.com/alexanderjeurissen/ranger_devicons ~/.config/ranger/plugins/ranger_devicons