1
0
mirror of https://github.com/SpaceVim/SpaceVim.git synced 2025-01-24 02:50:03 +08:00

Update git layer

This commit is contained in:
wsdjeg 2017-11-17 20:16:06 +08:00
parent 3a31907410
commit 9d00ab95b3
3 changed files with 3 additions and 2 deletions

View File

@ -2,7 +2,10 @@ function! SpaceVim#layers#git#plugins() abort
let plugins = [
\ ['cohama/agit.vim', { 'on_cmd' : ['Agit','AgitFile']}],
\ ['gregsexton/gitv', { 'on_cmd' : ['Gitv']}],
\ ['airblade/vim-gitgutter', { 'on_cmd' : 'GitGutterEnable'}],
\ ['mhinz/vim-signify'],
\ ['junegunn/gv.vim', { 'on_cmd' : 'GV'}],
\ ['jreybert/vimagit', { 'merged' : 0}],
\ ['tpope/vim-fugitive', { 'merged' : 0}],
\ ]
if has('patch-8.0.0027') || has('nvim')

View File

@ -28,7 +28,6 @@ function! SpaceVim#layers#tools#plugins() abort
\ 'loadconf' : 1,
\}],
\ ['godlygeek/tabular', { 'on_cmd' : 'Tabularize'}],
\ ['airblade/vim-gitgutter', { 'on_cmd' : 'GitGutterEnable'}],
\ ['itchyny/calendar.vim', { 'on_cmd' : 'Calendar'}],
\ ['wsdjeg/Mysql.vim', { 'on_cmd' : 'SQLGetConnection'}],
\ ['wsdjeg/job.vim', { 'merged' : 0}],

View File

@ -2,7 +2,6 @@ scriptencoding utf-8
function! SpaceVim#layers#ui#plugins() abort
let plugins = [
\ ['Yggdroot/indentLine'],
\ ['mhinz/vim-signify'],
\ ['majutsushi/tagbar', {'loadconf' : 1}],
\ ['tenfyzhong/tagbar-makefile.vim', {'merged': 0}],
\ ['tenfyzhong/tagbar-proto.vim', {'merged': 0}],