1
0

Exclude neogit status from hardtime filetypes

This commit is contained in:
Patrick Auernig 2024-03-21 16:15:11 +01:00
parent d5a95342b0
commit 839cbd80fe

View File

@ -9,7 +9,7 @@ spec.dependencies = {
}
spec.opts = {
disabled_filetypes = { "oil", "lazy" },
disabled_filetypes = { "oil", "lazy", "NeogitStatus" },
}
return spec