colorv
This commit is contained in:
parent
f136941250
commit
136f78c3c1
|
@ -84,6 +84,9 @@ Plugin 'tpope/vim-fugitive'
|
||||||
" vim-dispatch
|
" vim-dispatch
|
||||||
" https://github.com/tpope/vim-dispatch
|
" https://github.com/tpope/vim-dispatch
|
||||||
Plugin 'tpope/vim-dispatch'
|
Plugin 'tpope/vim-dispatch'
|
||||||
|
" colorV
|
||||||
|
" https://github.com/gu-fan/colorv.vim
|
||||||
|
Plugin 'gu-fan/colorv.vim'
|
||||||
|
|
||||||
" All of your Plugins must be added before the following line
|
" All of your Plugins must be added before the following line
|
||||||
call vundle#end() " required
|
call vundle#end() " required
|
||||||
|
@ -238,6 +241,8 @@ let g:gutentags_ctags_exclude = ['package.json', 'Session.vim' ,'package-lock.js
|
||||||
|
|
||||||
"}}}
|
"}}}
|
||||||
|
|
||||||
|
" colorV
|
||||||
|
let g:colorv_win_pos = 'top'
|
||||||
|
let g:colorv_preview_area = 0
|
||||||
|
|
||||||
" vim: foldmethod=marker
|
" vim: foldmethod=marker
|
||||||
|
|
Loading…
Reference in New Issue