8000 GitHub - amilsil/codewho: A neovim plugin that shows the code owner of a specific file by digging through GitHub CODEOWNERS file of a repository
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

A neovim plugin that shows the code owner of a specific file by digging through GitHub CODEOWNERS file of a repository

License

Notifications You must be signed in to change notification settings

amilsil/codewho

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 

Repository files navigation

codewho

A neovim plugin that shows the code owner of a specific file by digging through GitHub CODEOWNERS file of a repository

Things to do

  • Make lualine setup configurable
  • Add support for other statusline plugins. i.e lightline, airline, powerline
  • Add functionality of matching wildcards in CODEOWNERS file
  • Add functionality of listing unowned files comparing to .gitignore file
  • [ ]

Installation

Add the following to your init.vim or init.lua file

Using [vim-plug]

Plug 'amilsil/codewho'

Using [packer]

use 'amilsil/codewho'

Configuration

For lualine

https://github.com/nvim-lualine/lualine. 566D nvim

Add the following configuration to your init.lua file

require('lualine').setup {
  ...,
  sections = {
    lualine_z = { 'location', "require'codewho'.codewho()" }
  },
  ...
}

About

A neovim plugin that shows the code owner of a specific file by digging through GitHub CODEOWNERS file of a repository

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published
0