Glitching on the first time opening a new file #2356
Unanswered
huyhoang8398
asked this question in
Q&A
Replies: 1 comment
-
This is working as intended: Telescope is opening the file in the nvim-tree buffer. nvim-tree ejects it, which is the default behaviour. See My solution is to focus the window in which I want to open the buffer before opening telescope. I call this "go home" and my mappings invoke it before many actions. Warning, complexity ahead: https://github.com/alex-courtis/arch/blob/3ab6eab8598a707349f9eb6415db569bb2e883fc/config/nvim/lua/amc/windows.lua#L27 |
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
Uh oh!
There was an error while loading. Please reload this page.
-
Description
Nvimtree sidebar blinks file content of the first file open
Neovim version
Operating system and version
macOS 11.7.6
nvim-tree version
0a89dcb
Clean room replication
Steps to reproduce
Expected behavior
No code blinking in nvimtree sidebar
Actual behavior
Screen.Recording.2023-08-04.at.01.01.48.mov
Beta Was this translation helpful? Give feedback.
All reactions