feat: show indent lines
This commit is contained in:
parent
e35c5139ac
commit
c11511d34e
1 changed files with 10 additions and 0 deletions
|
@ -38,6 +38,16 @@ return require('packer').startup(function(use)
|
|||
}
|
||||
|
||||
-- git commands
|
||||
use({
|
||||
"lukas-reineke/indent-blankline.nvim",
|
||||
config = function ()
|
||||
require("indent_blankline").setup {
|
||||
char = "┊",
|
||||
buftype_exclude = {"terminal", "help"}
|
||||
}
|
||||
end
|
||||
})
|
||||
|
||||
use('tpope/vim-fugitive')
|
||||
use ({
|
||||
'lewis6991/gitsigns.nvim',
|
||||
|
|
Loading…
Reference in a new issue