sidebar.nvim
sidebar.nvim copied to clipboard
[Feature] Find current buffer in files
One thing that nvim-tree.lua provides, that would be nice here, is the ability to jump file tree to current buffer's file, as : NvimTreeFindFile and : NvimTreeFindFileToggle .
I could see this being either :SidebarNvimFindFile or :SidebarNvimJumpToFile.
I have a work in progress here in case you want to keep track: https://github.com/sidebar-nvim/sidebar.nvim/pull/64
It's missing a few things tho, plan to work on them shortly