feat: show git-signs
This commit is contained in:
parent
5855d9e9ad
commit
e35c5139ac
@ -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()
|
||||||
|
Reference in New Issue
Block a user