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
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 like my editor to be as clean as possible so I set on neo_tree_buffer_leave event to close it:
And it works fine until I added the file_renamed event:
With it, every time the neo tree is opened vtsls(lsp) is reinitialized:
CleanShot.2024-01-12.at.05.26.02.mp4
If I remove the on-rename handler everything works perfectly:
CleanShot.2024-01-12.at.05.41.57.mp4
But as far as I see in the rename handler, it does not attach to any lsp. Does anyone know why could this happen?
Beta Was this translation helpful? Give feedback.
All reactions