dracula / vim

🧛🏻‍♂️ Dark theme for Vim
https://draculatheme.com/vim
MIT License
1.34k stars 454 forks source link

[advice] change the name of plugin #281

Closed Freed-Wu closed 2 years ago

Freed-Wu commented 2 years ago

This plugin's name is vim, which is confused, because most of plugin's name is vim-* or *.vim, like this:

Updating plugins (161/168)
[==================================================]

- suda.vim: Updating done.
- tagalong.vim: Updating done.
- targets.vim: Updating done.
- textobj-word-column.vim: Updating done.
- trailguide.vim: Updating done.
- transparency-windows-vim: Updating done.
...
- vim: Updating done. // this plugin
- vim-abolish: Updating done.
- vim-airline: Updating done.
- vim-airline-clock: Updating done.
+ vim-airline-themes: Updating...
- vim-anyfold: Updating done.
- vim-anzu: Updating done.
- vim-asciidoc-folding: Updating done.

This plugin's name vim is confused, I advice to change it to vim-dracula or dracula.vim. Thanks.

dsifford commented 2 years ago

@Freed-Wu Agree that this is annoying, but it's named this way to follow the convention of the entire dracula org on github. Each theme's name corresponds to the application that the theme is for.

Most plugin installers allow you to rename a plugin though, example being vim-plugged...

Plug 'dracula/vim', { 'as': 'dracula' }

..etc

Freed-Wu commented 2 years ago

I see. Using plugin manager to rename looks like a remedy.