This commit is contained in:
ManjaroOne666 2018-04-04 17:55:09 +01:00
parent f136941250
commit 136f78c3c1
1 changed files with 6 additions and 1 deletions

View File

@ -84,6 +84,9 @@ Plugin 'tpope/vim-fugitive'
" vim-dispatch
" https://github.com/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
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