Closed Freed-Wu closed 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
I see. Using plugin manager to rename looks like a remedy.
This plugin's name is vim, which is confused, because most of plugin's name is
vim-*
or*.vim
, like this:This plugin's name
vim
is confused, I advice to change it tovim-dracula
ordracula.vim
. Thanks.