Github CODEOWNERS plugin for neovim. This plugin will help you identify code ownership for the files you are editing or you can identify the owners in your Git history.
The plugin has standard structure so any method should work fine. I personally use vim.plug, so adding this to your configuration file will work:
Plug 'comatory/gh-co.nvim'
- show codeowner for currently opened file
- show codeowners for all opened buffers
- show codeowners for specific git commit via SHA
- locate & open CODEOWNERS file
The plugin exposes several commands prefixed with GhCo*
. There are no default key bindings for running these so it's up to you to configure it.
Show whether plugin is running OK.
Shows plugin configuration.
Open CODEOWNERS file in a buffer.
Show codeowners for file in an active buffer.
Show codeowners for files in all buffers.
Show codeowners for files affected by commit SHA.