Rafael Santos Coelho wrote:
> Hello, everyone, :)
>
> I am a Vim beginner and I've been having some trouble with installing
> color schemes on Vim.
>
> I've already tried creating my own $HOME/.vim/colors directory and
> moving the .vim color scheme files to it, but that doesn't seem to
> work, I mean, when I type ':colorscheme <new_color_scheme>', nothing
> happens. However, if I type ':colorscheme <color_scheme>',
> <color_scheme> being a pre-existent Vim color scheme, it does work.
> I've also tried adding "colorscheme <new_color_scheme>" to my
> $HOME/.vimrc file, but I had no success either.
>   
Just to be sure...

1. The following returns a 1:

:echo has("syntax")

2. You have (as a minimum), in your $HOME/.vimrc :

   set nocp
   syn on

3. When you try a colorscheme, let's call it  somecolorscheme.vim, you use

  :color somecolorscheme

(NOT :color somecolorscheme.vim )

Regards,
Chip Campbell



--~--~---------~--~----~------------~-------~--~----~
You received this message from the "vim_use" maillist.
For more information, visit http://www.vim.org/maillist.php
-~----------~----~----~----~------~----~------~--~---

Reply via email to