daylerees / colour-schemes

Colour schemes for a variety of editors created by Dayle Rees.
http://daylerees.github.io
Other
9.32k stars 1.62k forks source link

Move back vim themes to vim/colors/*.vim #128

Closed gpakosz closed 10 years ago

gpakosz commented 10 years ago

Please,

Vim themes need to be inside a colors/ directory for easy integration.

For the record, this is how I used to integrate your themes with pathogen:

$ cd ~/.vim
$ git submodule add https://github.com/daylerees/colour-schemes.git bundle/daylerees-colour-schemes
$ mkdir -p plugin/settings
$ echo "call pathogen#surround('bundle/daylerees-colour-schemes/vim-themes')" > plugin/settings/daylerees-colour-schemes.vim
avetisk commented 10 years ago

+1

Same issue when using Vundle.

daylerees commented 10 years ago

This was done! :) Thanks.