cleanup
This commit is contained in:
parent
2d0a124da5
commit
691420f023
@ -265,22 +265,13 @@ let g:vc_log_name = '~/vc.log'
|
|||||||
" ----
|
" ----
|
||||||
let g:Gitv_OpenHorizontal = 1
|
let g:Gitv_OpenHorizontal = 1
|
||||||
|
|
||||||
" -------------------
|
" ------------------
|
||||||
" DEIN plugin manager
|
" packages / plugins
|
||||||
" -------------------
|
" ------------------
|
||||||
" Required:
|
|
||||||
"call dein#begin(expand(g:vimsuite . '/plugins/'))
|
|
||||||
|
|
||||||
" Let dein manage dein
|
|
||||||
" Required:
|
|
||||||
"call dein#add('Shougo/dein.vim')
|
|
||||||
|
|
||||||
" Add or remove your plugins here:
|
|
||||||
"call dein#add('cgdb/cgdb')
|
|
||||||
packadd dirdiff
|
packadd dirdiff
|
||||||
packadd DoxygenToolkit
|
packadd DoxygenToolkit
|
||||||
packadd fugitive
|
packadd fugitive
|
||||||
"call dein#add('skibyte/gdb-from-vim', {'rev': 'develop'})
|
"packadd gdb-from-vim
|
||||||
packadd gitv
|
packadd gitv
|
||||||
packadd gundo
|
packadd gundo
|
||||||
packadd linediff
|
packadd linediff
|
||||||
@ -294,20 +285,6 @@ packadd vimagit
|
|||||||
packadd VisIncr
|
packadd VisIncr
|
||||||
packadd xml
|
packadd xml
|
||||||
|
|
||||||
" You can specify revision/branch/tag.
|
|
||||||
"call dein#add('Shougo/vimshell', { 'rev': '3787e5' })
|
|
||||||
|
|
||||||
" Required:
|
|
||||||
"call dein#end()
|
|
||||||
|
|
||||||
" Required:
|
|
||||||
filetype plugin indent on
|
|
||||||
|
|
||||||
" If you want to install not installed plugins on startup.
|
|
||||||
"if dein#check_install()
|
|
||||||
" call dein#install()
|
|
||||||
"endif
|
|
||||||
|
|
||||||
if exists('g:debug')
|
if exists('g:debug')
|
||||||
if (g:debug > 0)
|
if (g:debug > 0)
|
||||||
echo 'loaded vimrc'
|
echo 'loaded vimrc'
|
||||||
|
Loading…
x
Reference in New Issue
Block a user