-
Notifications
You must be signed in to change notification settings - Fork 269
Closed
Labels
bugSomething isn't workingSomething isn't working
Description
Thanks for the great plugin!
Neovim version: 0.8.2
OS: Windows 10
Steps to reproduce:
- Open neovim
- Open the neo-tree sidebar,
:Neotree
- Save the session,
:mksession mysession.vim
- Close neovim
- Open neovim
- Restore the session,
:source mysession.vim
- Observe that the sidebar is created but neo-tree does not render in the sidebar
- Attempt to toggle the neotree sidebar,
:Neotree
- Observe that neo-tree does not render and an error is thrown in messages:
Error executing vim.schedule lua callback: ...vim-data/lazy/neo-tree.nvim/lua/neo-tree/ui/renderer.lua:867: Failed to rename buffer
stack traceback:
[C]: in function 'nvim_buf_set_name'
...vim-data/lazy/neo-tree.nvim/lua/neo-tree/ui/renderer.lua:867: in function 'create_window'
...vim-data/lazy/neo-tree.nvim/lua/neo-tree/ui/renderer.lua:1015: in function 'draw'
...vim-data/lazy/neo-tree.nvim/lua/neo-tree/ui/renderer.lua:1177: in function 'show_nodes'
...ree.nvim/lua/neo-tree/sources/filesystem/lib/fs_scan.lua:98: in function 'render_context'
...ree.nvim/lua/neo-tree/sources/filesystem/lib/fs_scan.lua:126: in function <...ree.nvim/lua/neo-tree/sources/filesystem/lib/fs_scan.lua:125>
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't working