git-dev.nvim
git-dev.nvim copied to clipboard
Open remote git repositories in the comfort of Neovim.
Just putting out the idea. This would probably be easier to add after switching to async (which I see you have in future plans 😄 ).
Adding support for handling Custom XDG Schemes. ## Related to - #11 ## TODO - [x] Create Desktop Entry - [x] Register Desktop Entry as Handler for scheme - [x]...
I would love to see Gitea `open with `: https://blog.gitea.com/release-of-1.22.0/#rocket-customizable-open-with-ide-menu-29320 ## Requirements - #16
It would be nice to have a `GitDevClean` command to clean the current repo if no args are passed, which would close all buffers that are open containing files from...
Cool plugin! It would be cool if there were a command which would make an ephemeral cloned repo into a persistent, editable repo. For example, `:GitDevPersist` or `:GitDevSave`. Maybe with...
Recently started to actively use plugin and noticed that notifications don't disappear until I exit neovim. Also, from what I see git dev uses custom notifications. Because of that, I...