Closed Iron-E closed 3 years ago
44678adc1e6ab should have fixed your neogit issue. Haven't seen this other one though
I've found you can get the errors to stop if you can manage to open the tree back up and manually q
it. Haven't looked much at the code but is the tree hidden on file open rather than closed?
@Iron-E sorry for the late answer. Indeed the tree is hidden never closed.
I can't reproduce this issue anymore. Some change along the way must have fixed it!
@kyazdani42 Hey I am running into this issue.
@Iron-E Have you encountered this again?
pushed a fix for this issue in latest master.
@kyazdani42 You absolute legend!!! Thanks a lot
Thank you for this plugin! I have really enjoyed being able to slowly replace all of my old VimL plugins with Lua ones.
I noticed that whenever a language server is attached (I use the builtin
vim.lsp
), and theg:nvim_tree_lsp_diagnostics
option is enabled, any time I enter a file it will trigger issues with the buffer. Here is a minimal repro:I then:
nvim -u <file>
:NvimTreeToggle
:NvimTreeToggle
againPossibly related: #366. I have similar issues when running
:Neogit
outside of a Git directory.https://user-images.githubusercontent.com/36409591/125145347-d7a9cd80-e0ee-11eb-9c2e-f8244ec276f8.mp4