mirror of
https://github.com/kogakure/dotfiles.git
synced 2026-02-03 20:25:30 +00:00
chore(vim): add blamer.vim plugin and configuration
This commit is contained in:
@@ -2,3 +2,4 @@
|
|||||||
" ********************************************
|
" ********************************************
|
||||||
source ~/.config/nvim/plugins/autopairs.lua
|
source ~/.config/nvim/plugins/autopairs.lua
|
||||||
source ~/.config/nvim/plugins/base16.vim
|
source ~/.config/nvim/plugins/base16.vim
|
||||||
|
source ~/.config/nvim/plugins/blamer.vim
|
||||||
|
|||||||
@@ -19,6 +19,7 @@ Plug 'junegunn/fzf', { 'dir': '~/.fzf', 'do': './install --all' }
|
|||||||
Plug 'tpope/vim-abolish'
|
Plug 'tpope/vim-abolish'
|
||||||
|
|
||||||
" Misc
|
" Misc
|
||||||
|
Plug 'APZelos/blamer.nvim'
|
||||||
Plug 'godlygeek/tabular'
|
Plug 'godlygeek/tabular'
|
||||||
Plug 'windwp/nvim-autopairs'
|
Plug 'windwp/nvim-autopairs'
|
||||||
|
|
||||||
|
|||||||
9
nvim/plugins/blamer.vim
Normal file
9
nvim/plugins/blamer.vim
Normal file
@@ -0,0 +1,9 @@
|
|||||||
|
" blamer.vim
|
||||||
|
" https://github.com/APZelos/blamer.nvim
|
||||||
|
|
||||||
|
" Settings
|
||||||
|
let g:blamer_enabled = 0
|
||||||
|
let g:blamer_relative_time = 1
|
||||||
|
|
||||||
|
" Mappings
|
||||||
|
nnoremap <silent> <Leader>tb :BlamerToggle<CR>
|
||||||
Reference in New Issue
Block a user