pwntester / octo.nvim

Edit and review GitHub issues and pull requests from the comfort of your favorite editor
MIT License
2.37k stars 127 forks source link

refactor(README):rename org #397

Closed lunarxlark closed 1 year ago

lunarxlark commented 1 year ago

Describe what this PR does / why we need it

nvim-web-devicons's organization kyazdani42 is renamed to nvim-tree. GitHub can resolve names even with old Org names, but some nvim plugin managers (e.g., lazy.nvim) issue warnings when both old and new names are included in the import. Therefore, I would like to standardize to the new name

Does this pull request fix one issue?

"NONE"

Describe how you did it

rename nvim-web-devicons's URL.

Describe how to verify it

We can access new URL https://github.com/nvim-tree/nvim-web-devicons and display new URL at GitHub.

Special notes for reviews

pwntester commented 1 year ago

Thanks!