ChristianChiarulli / nvcode-color-schemes.vim

A bunch of generated colorschemes (treesitter supported)
MIT License
302 stars 67 forks source link

Usage with other colorschemes #23

Open jemag opened 3 years ago

jemag commented 3 years ago

Currently this repository regroups a lot of various colorschemes. However, if we want to use a few of the colorschemes in this repository along with other colorschemes from other repositories, there may be conflicts.

For example, in my particular case, I would like to use nvcode, onedark and nord, but I would also like to use colorschemes from other sources like gruvbox.

Right now, if I have both

- repo: ChristianChiarulli/nvcode-color-schemes.vim
- repo: gruvbox-community/gruvbox

and specify

colorscheme gruvbox

it will use the gruvbox colorscheme from this repository.

I am not sure what is the best way to go about this, but since this repository regroups several colorschemes, perhaps adding a prefix to the colorschemes names could be appropriate and avoid conflict. For example: Instead of

nvcode, onedark, nord and gruvbox

perhaps

nv-nvcode, nv-onedark, nv-nord and nv-gruvbox

or (for ChristianChiarulli)

cc-nvcode, cc-onedark, cc-nord and cc-gruvbox

or any such prefix.

ChristianChiarulli commented 3 years ago

I think you have a good point. If someone puts in a working PR against this repo and my nvim repo I will accept it.