ranger devicons
This commit is contained in:
parent
8f5d937fd5
commit
dfe2db2d3d
@ -1,2 +1,4 @@
|
||||
set preview_images true
|
||||
set preview_images_method ueberzug
|
||||
|
||||
default_linemode devicons
|
||||
|
||||
@ -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()
|
||||
|
||||
4
Makefile
4
Makefile
@ -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
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user