You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
While the built in set_root command allows us to run it only when the neovim cursor is pointing to directories, the sync_root function above allows us to set the current directory as root regardless of the location of cursor.
So my question is, would you be interested if i make a PR that enhances the set_root commands for filesystem and buffer?
Describe alternatives you've considered.
No response
Additional Context
No response
The text was updated successfully, but these errors were encountered:
Did you check the docs?
Is your feature request related to a problem? Please describe.
No
Describe the solution you'd like.
Hi, I've been using my custom command called "sync_root" which looks like below.
While the built in
set_root
command allows us to run it only when the neovim cursor is pointing to directories, thesync_root
function above allows us to set the current directory as root regardless of the location of cursor.So my question is, would you be interested if i make a PR that enhances the
set_root
commands forfilesystem
andbuffer
?Describe alternatives you've considered.
No response
Additional Context
No response
The text was updated successfully, but these errors were encountered: