Exclude neogit status from hardtime filetypes
This commit is contained in:
parent
d5a95342b0
commit
839cbd80fe
@ -9,7 +9,7 @@ spec.dependencies = {
|
|||||||
}
|
}
|
||||||
|
|
||||||
spec.opts = {
|
spec.opts = {
|
||||||
disabled_filetypes = { "oil", "lazy" },
|
disabled_filetypes = { "oil", "lazy", "NeogitStatus" },
|
||||||
}
|
}
|
||||||
|
|
||||||
return spec
|
return spec
|
||||||
|
Loading…
Reference in New Issue
Block a user