liuchengxu / vista.vim

:cactus: Viewer & Finder for LSP symbols and tags
https://liuchengxu.github.io/vista.vim
MIT License
1.88k stars 89 forks source link

Added a skip_once_flag to skip updating once #431

Closed alkim0 closed 1 year ago

alkim0 commented 2 years ago

Addresses #430.

This avoids updating the Vista sidebar just once with on BufEnter. This is enough to at least get :Vista focus to stop resetting the sidebar.

liuchengxu commented 1 year ago

Sorry for the delay, merged!