Is it possible to disable git integration for specific paths (i.e. $HOME
)?
#1834
Unanswered
NiklasKappel
asked this question in
Q&A
Replies: 1 comment
-
As a workaround, I decided to use the git alias given here and renamed |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
My
$HOME
is a git repository that manages my dotfiles. Necessarily, that repository contains a huge number of mostly untracked files. This causes performance issues with nvim-tree. If I run nvim from my home directory, there is a significant delay when I run nvim-tree itself or open any file after that. The delay goes away if I disable the nvim-tree git integration entirely or if I start nvim in a different, smaller git repo.Is there a way to disable the nvim-tree git integration for a specific path such as
/home/asdf/
, but keep the feature enabled for smaller, regular repos?Beta Was this translation helpful? Give feedback.
All reactions