add ranger, edit EDITOR env, add Plugin devicons
This commit is contained in:
parent
6002eb9eee
commit
9108f36b05
2
.config/ranger/rc.conf
Normal file
2
.config/ranger/rc.conf
Normal file
@ -0,0 +1,2 @@
|
||||
set preview_images true
|
||||
set preview_images_method ueberzug
|
||||
@ -1,7 +1,7 @@
|
||||
|
||||
umask 0077
|
||||
|
||||
export EDITOR="/usr/bin/env vim"
|
||||
export EDITOR="/usr/bin/env nvim"
|
||||
|
||||
export HISTSIZE=10000
|
||||
export HISTFILESIZE=10000
|
||||
|
||||
@ -95,6 +95,7 @@ call vundle#begin()
|
||||
Plugin 'terryma/vim-multiple-cursors'
|
||||
Plugin 'preservim/tagbar'
|
||||
Plugin 'preservim/vimux'
|
||||
Plugin 'ryanoasis/vim-devicons'
|
||||
|
||||
call vundle#end()
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user