diff options
| author | jdhao <jdhao@hotmail.com> | 2021-03-27 00:52:41 +0800 |
|---|---|---|
| committer | jdhao <jdhao@hotmail.com> | 2021-03-27 00:52:41 +0800 |
| commit | 9d4bfd57e242e3aa5a82e1a95dda0f474ae91c61 (patch) | |
| tree | 9a1ba369b80fe931de884ac528498af35813213d /core/plugins.vim | |
| parent | 41a2d1b950fc1eae69f8937d5765939ec725acaf (diff) | |
Remove blamer.nvim
We can select a line and use command :Git blame to show the blame
message for this line. So this plugin is not really needed.
Diffstat (limited to 'core/plugins.vim')
| -rw-r--r-- | core/plugins.vim | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/core/plugins.vim b/core/plugins.vim index ab15b36..360ba02 100644 --- a/core/plugins.vim +++ b/core/plugins.vim @@ -198,7 +198,6 @@ Plug 'mhinz/vim-signify' " Git command inside vim Plug 'tpope/vim-fugitive' -Plug 'APZelos/blamer.nvim' "}} "{{ Plugins for markdown writing |
