feat: show git-signs
This commit is contained in:
parent
5855d9e9ad
commit
e35c5139ac
1 changed files with 5 additions and 0 deletions
|
@ -39,6 +39,11 @@ return require('packer').startup(function(use)
|
||||||
|
|
||||||
-- git commands
|
-- git commands
|
||||||
use('tpope/vim-fugitive')
|
use('tpope/vim-fugitive')
|
||||||
|
use ({
|
||||||
|
'lewis6991/gitsigns.nvim',
|
||||||
|
requires = {'nvim-lua/plenary.nvim'},
|
||||||
|
config = function() require('gitsigns').setup() end
|
||||||
|
})
|
||||||
|
|
||||||
if packer_bootstrap then
|
if packer_bootstrap then
|
||||||
require('packer').sync()
|
require('packer').sync()
|
||||||
|
|
Loading…
Reference in a new issue