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

Installing in vim. #166

Closed trusktr closed 9 years ago

trusktr commented 9 years ago

How can these be installed in vim? I tried installing with Vundle or NeoBundle, and adding vim/colors to the runteimpath, but the schemes don't appear when I autocomplete the colorscheme command. Does this mean that the themes can only be sourced?

trusktr commented 9 years ago

Nevermind, It'd been a while. The runtime path should be vim, not vim/colors.

                    NeoBundle 'daylerees/colour-schemes', { 'rtp': 'vim', }