-
Notifications
You must be signed in to change notification settings - Fork 9
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Visual selection gets cancelled when using with NERDTree and vim-devicons #1
Comments
I'm experiencing the same. Visual line/block selection is cancelled as soon as I stop moving the cursor. In my case way less than a second. |
Ah, same! I was losing my mind this week trying to figure out what was causing it, finally landed me here. I am using neovim nightly, btw. I haven't dug in much but found this: preservim/nerdtree#983 (comment) Possibly also interesting: Xuyuanp/nerdtree-git-plugin#173 EDIT: I just switched to https://github.com/weirongxu/coc-explorer 🤷 |
@Frederick888 @p4p3r @timtyrrell oopsy, this repo was "unwatched" and I didn't receive notifications. This should work just fine now, please let me know. |
@antoinemadec I can confirm that with the latest plugins on neovim 0.5.1, the issue is no longer reproducible. Thank you. |
Description
When using with NERDTree and vim-devicons, after opening NERDTree, visual selection in main buffer gets cancelled after ~1s.
Steps to reproduce
nvim -u /path/to/minimal.vim some_file
:NERDTree
V
and select a few linesNeoVim:
The text was updated successfully, but these errors were encountered: