github.nvim github.nvim is a github REST api implementation written in lua. It is inspired from github.vim. Note: This project is under active development. API functions may change without prior notice. Installation APIs rulesets Credits Self-Promotion License Installation Using nvim-plug require('plug').add({ { 'wsdjeg/github.nvim' } }) Using luarocks luarocks install github.nvim APIs rulesets get_repository_rules(user, repo) get_branch_rules(user, repo, branch) create_ruleset(user, repo, ruleset) get_repository_ruleset(user, repo, id) update_ruleset(user, repo, id, ruleset) delete_ruleset(user, repo, id) get_ruleset_history(user, repo, id) get_ruleset_version(user, repo, id, version) Credits wsdjeg/Github.vim Self-Promotion Like this plugin? Star the repository on GitHub. Love this plugin? Follow me on GitHub. License This project is licensed under the GPL-3.0 License.