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
Would be super cool to edit GitHub wikies from inside nvim.
is definitely possible already because GitHub wikis are just git repositories. So you can clone them normally (e.g. git clone [email protected]:ldelossa/gh.nvim.wiki.git or gh repo clone ldelossa/gh.nvim.wiki), make edits in neovim, and push changes as regular git commits (assuming you have write permissions, of course).
But if you are asking for a :GHWiki command that would let you edit the wiki without cloning it, that would be more involved.
Would be super cool to edit GitHub wikies from inside nvim. If a given repo has a wiki, some
:GHWiki
or some such could open a wiki editorThe text was updated successfully, but these errors were encountered: