Skip to content

Commit

Permalink
kick out blamer.nvim, APZelos/blamer.nvim#30
Browse files Browse the repository at this point in the history
  • Loading branch information
weiguoz committed Sep 29, 2020
1 parent fb78a49 commit d1b369e
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 7 deletions.
10 changes: 5 additions & 5 deletions w7udots/dotvim/vim/plugin_settings.vim
Original file line number Diff line number Diff line change
Expand Up @@ -286,9 +286,9 @@ let g:buffet_max_plug = 10
""}}}

" {{{ APZelos/blamer.nvim
let g:blamer_enabled = 1
let g:blamer_delay = 300
let g:blamer_prefix = "\t"
let g:blamer_date_format = '%Y-%m-%d %H:%M'
let g:blamer_template = '<author>, <committer-time> • <summary>'
" let g:blamer_enabled = 1
" 1let g:blamer_delay = 300
" let g:blamer_prefix = "\t "
" let g:blamer_date_format = '%Y-%m-%d %H:%M'
" let g:blamer_template = '<author>, <committer-time> • <summary>'
" }}}
5 changes: 3 additions & 2 deletions w7udots/dotvim/vim/vimrc.vim
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,8 @@ Plug 'fatih/vim-go'
Plug 'Xuyuanp/nerdtree-git-plugin'
Plug 'mhinz/vim-signify'
Plug 'tpope/vim-fugitive'
Plug 'rhysd/git-messenger.vim' " :GitMessenger, nmap <Leader>gm <Plug>(git-messenger)
Plug 'rhysd/git-messenger.vim'
" :GitMessenger, nmap <Leader>gm <Plug>(git-messenger)
" }}}
Plug 'vim-scripts/FencView.vim'
Plug 'ycm-core/YouCompleteMe', {'do': 'python3 install.py --clangd-completer --go-completer'}
Expand All @@ -39,7 +40,7 @@ Plug 'pechorin/any-jump.vim'
Plug 'ryanoasis/vim-devicons'
" {{{ 试用期
" A git blame plugin for (neo)vim inspired by VS Code's GitLens plugin
Plug 'APZelos/blamer.nvim'
" Plug 'APZelos/blamer.nvim' not passed. incompatible with 'tpope/vim-fugitive' & 'rhysd/git-messenger.vim'
Plug 'bagrat/vim-buffet'
Plug 'simnalamburt/vim-mundo'
" Plug 'thaerkh/vim-workspace' " not passed. sth. bad to GoReferrers
Expand Down

0 comments on commit d1b369e

Please sign in to comment.