You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have follow_current_file enabled and somettimes when i gd into my lsp definitions I jump into some gigantic types file in node_modules and if neo-tree is open it follows there and it gets extremely laggy.
Ideally I want to bypass the follow_current_file behavior for specific directories like node_modules, while maintaining follow behavior in other directories.
At the same time I want to be able to bind to a specific key to reveal the current node_modules path if I am in one and want to reveal one on demand while keeping the focus in editor.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
I have
follow_current_file
enabled and somettimes when igd
into my lsp definitions I jump into some gigantic types file innode_modules
and if neo-tree is open it follows there and it gets extremely laggy.Ideally I want to bypass the follow_current_file behavior for specific directories like node_modules, while maintaining follow behavior in other directories.
At the same time I want to be able to bind to a specific key to reveal the current node_modules path if I am in one and want to reveal one on demand while keeping the focus in editor.
Is this achievable with current neo-tree api?
Beta Was this translation helpful? Give feedback.
All reactions