feat: show indent lines

This commit is contained in:
Michael Mandl 2022-02-20 20:08:17 +01:00
parent e35c5139ac
commit c11511d34e
Signed by: mandlm
GPG key ID: 4AA25D647AA54CC7

View file

@ -38,6 +38,16 @@ return require('packer').startup(function(use)
} }
-- git commands -- 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('tpope/vim-fugitive')
use ({ use ({
'lewis6991/gitsigns.nvim', 'lewis6991/gitsigns.nvim',