diff options
| author | jdhao <jdhao@hotmail.com> | 2021-01-09 18:30:11 +0800 |
|---|---|---|
| committer | jdhao <jdhao@hotmail.com> | 2021-01-09 18:30:11 +0800 |
| commit | edac49ab626e5924e001579d04147c039679b3d3 (patch) | |
| tree | 94d1320b6531d162d3859c8ee8ce3d207c5af0c9 | |
| parent | b7ce7eed4a653048d1b533801a04b1dcc1d7bf17 (diff) | |
Add blamer.nvim
| -rw-r--r-- | core/plugins.vim | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/core/plugins.vim b/core/plugins.vim index 595fc52..d39272f 100644 --- a/core/plugins.vim +++ b/core/plugins.vim @@ -186,6 +186,7 @@ Plug 'mhinz/vim-signify' " Git command inside vim Plug 'tpope/vim-fugitive' +Plug 'APZelos/blamer.nvim' " Git commit browser Plug 'junegunn/gv.vim', { 'on': 'GV' } |
