Skip to content

Commit 74629f7

Browse files
committed
Add and autoenable nvim-blame-line
1 parent 2476d85 commit 74629f7

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

dot_vimrc

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -80,6 +80,7 @@ if filereadable(expand('~/.vimrc_plugins'))
8080
endif
8181

8282
Plug 'tpope/vim-sensible'
83+
Plug 'tveskag/nvim-blame-line'
8384
Plug 'neoclide/coc.nvim', {'branch': 'release'}
8485

8586
Plug 'vim-airline/vim-airline'
@@ -241,6 +242,9 @@ let g:indentLine_fileTypeExclude = ['startify', 'floaterm', 'coc-explorer', 'coc
241242
" avoid for markdown as it sets the conceallevel to 2
242243
autocmd FileType markdown let g:indentLine_enabled=0
243244

245+
" turn on gitblame by default
246+
autocmd BufEnter * EnableBlameLine
247+
244248
" install coc extensions
245249
let g:coc_global_extensions = [
246250
\ 'coc-highlight',

0 commit comments

Comments
 (0)