chore(vim): add blamer.vim plugin and configuration

This commit is contained in:
Stefan Imhoff
2021-12-11 13:47:01 +01:00
parent e8e339323a
commit 9f7002737e
3 changed files with 11 additions and 0 deletions

View File

@@ -19,6 +19,7 @@ Plug 'junegunn/fzf', { 'dir': '~/.fzf', 'do': './install --all' }
Plug 'tpope/vim-abolish'
" Misc
Plug 'APZelos/blamer.nvim'
Plug 'godlygeek/tabular'
Plug 'windwp/nvim-autopairs'