Nvim: Add git to disabled filetypes of indent-blankline

This commit is contained in:
Marko Korhonen 2023-05-23 22:04:02 +03:00
parent 677b16789c
commit d5973ea4e3

View file

@ -13,5 +13,6 @@ return function()
"lspinfo", "lspinfo",
"man", "man",
"lazy", "lazy",
"git",
} }
end end