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 7a1dc197e1
commit 6e7520280e
Signed by: FunctionalHacker
GPG key ID: A7F78BCB859CD890

View file

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