ENH: rainbow_csv vim plugin
This commit is contained in:
parent
744670a2b8
commit
e8ec107aa3
1 changed files with 2 additions and 0 deletions
2
vimrc
2
vimrc
|
@ -21,6 +21,8 @@ call plug#begin()
|
||||||
Plug 'elmcast/elm-vim'
|
Plug 'elmcast/elm-vim'
|
||||||
" ranger support
|
" ranger support
|
||||||
Plug 'francoiscabrol/ranger.vim'
|
Plug 'francoiscabrol/ranger.vim'
|
||||||
|
" Delimited file querying
|
||||||
|
Plug 'mechatroner/rainbow_csv'
|
||||||
call plug#end()
|
call plug#end()
|
||||||
|
|
||||||
set t_Co=256
|
set t_Co=256
|
||||||
|
|
Loading…
Add table
Reference in a new issue