nordtheme / vim

An arctic, north-bluish clean and elegant Vim theme.
https://www.nordtheme.com/ports/vim
MIT License
2.52k stars 274 forks source link

Possible conflict induced by the name of the repository #338

Closed vds2212 closed 1 year ago

vds2212 commented 1 year ago

This is not exactly a bug but a doubt.

When installing the theme as a plugin using vim-plug the theme is installed into: .vim/plugged/vim

For the time being it is fine but if others do the same there will be a conflict about the vim name that seems not very nord specific. Maybe the vim folder should be renamed nord_vim?

The installation instructions needs also to be adapted.

ericvw commented 1 year ago

This is similar to https://github.com/orgs/nordtheme/discussions/188.

You can use the as option in vim-plug. For example:

call plug#begin()
Plug 'nordtheme/vim', {'as': 'nordtheme'}
call plug#end()
vds2212 commented 1 year ago

Thanks for your answer.

It is indeed a solution but it introduces a complexity that is avoidable.

It is not may call I just wanted to be sure it has been discussed :-)