Where is the folder with color schemes used by vim?
I use vi on mac os x at work and on Ubuntu at home. I like the colorscheme vim uses on the mac and I'd like to copy the corresponding file on ubuntu, but I can't find it, since there's no ~/.vim folder. Searching on the web I always find the answer "create it", but this is not the point, since I just want to see (and copy) an already installed colorscheme.
Solution 1:
I found the answer here: color scheme's and syntax' files can be found in /usr/share/vim/
.
Solution 2:
You should install new ones into
$HOME/.vim/colors/
you can run
mkdir -p ~/.vim/colors
to create it.