gitsigns
This commit is contained in:
parent
df2af031e6
commit
9a27863516
1 changed files with 6 additions and 0 deletions
|
@ -115,6 +115,8 @@ call plug#begin('~/.config/nvim/autoload/plugged')
|
||||||
Plug 'folke/which-key.nvim'
|
Plug 'folke/which-key.nvim'
|
||||||
|
|
||||||
Plug 'mhinz/vim-startify'
|
Plug 'mhinz/vim-startify'
|
||||||
|
|
||||||
|
Plug 'lewis6991/gitsigns.nvim'
|
||||||
call plug#end()
|
call plug#end()
|
||||||
|
|
||||||
" Use aura theme installed above
|
" Use aura theme installed above
|
||||||
|
@ -245,3 +247,7 @@ let g:startify_custom_header = [
|
||||||
\ ]
|
\ ]
|
||||||
let g:startify_change_to_dir = 0
|
let g:startify_change_to_dir = 0
|
||||||
|
|
||||||
|
" gitsigns
|
||||||
|
lua << EOF
|
||||||
|
require('gitsigns').setup()
|
||||||
|
EOF
|
||||||
|
|
Loading…
Add table
Reference in a new issue