nvim-web-devicons icon indicating copy to clipboard operation
nvim-web-devicons copied to clipboard

Remove `web` from the plugin's name

Open T-727 opened this issue 3 years ago • 7 comments
trafficstars

nvim-web-devicons -> nvim-devicons

Not exactly necessary in any way but it is cleaner and makes more sense as this plugin isn't really web oriented.

T-727 avatar Oct 23 '22 23:10 T-727

I agree. See: https://github.com/ryanoasis/vim-devicons/issues/64

b0o avatar Oct 23 '22 23:10 b0o

It definitely makes sense to rename; question is whether it's worth breaking users' configs?

gegoune avatar Feb 14 '23 02:02 gegoune

It definitely makes sense to rename; question is whether it's worth breaking users' configs?

Doesn't necessarily have to, a dummy file and with a deprecation warning for a while should make the transition fairly smooth

T-727 avatar Mar 11 '23 00:03 T-727

Any progress or decisions for this?

vollowx avatar Aug 18 '23 03:08 vollowx

PR welcome, would need a shim to avoid breaking everyones config.

gegoune avatar Aug 18 '23 07:08 gegoune

What about copying this repo to nvim-tree/nvim-devicons, then add the rename info to README and achieve this repo, then we can simply global remove every -web in nvim-tree/nvim-devicons.

vollowx avatar Aug 18 '23 08:08 vollowx

RE plugin name/location, github does some redirection for us. After moving nvim-tree, https://github.com/kyazdani42/nvim-tree.lua redirects to the new location.

Care must still be taken with the plugin itself to ensure that we don't have any assumptions.

alex-courtis avatar Aug 20 '23 02:08 alex-courtis