itsjunetime / rose-pine-vim

Vim colorscheme with the Rosé Pine colors
27 stars 5 forks source link

Put the colorscheme files in `colors/` folder for plugin-install support #3

Closed halostatue closed 3 years ago

halostatue commented 3 years ago

Right now, I’ve had to do some post-processing to install the Rosé Pine colours because Vim only finds colourschemes in colors/ folders. This means that if one is using vim-plug, minpac (using Vim/neovim native packages), or even the venerable pathogen, it’s not possible to install these colours directly.

If you move the .vim files to a colors/ folder, your colorscheme will work with Vim conventions out of the box.

itsjunetime commented 3 years ago

Thanks for making the issue; this is fixed now with the latest commit.

halostatue commented 3 years ago

Thanks!