I downloaded color sample pack from http://vim.sourceforge.net/scripts/script.php?script_id=625
it says i should unzip and place it into ~/.vim but where is this folder? I tried unzip it to my usr/share/.vim folder but it is not working, I don’t see themes added to gvim Edit>color scheme menu, and i tried “colorscheme sometheme”, “color sometheme” in my gvimrc. Both not working for new themes
Isn’t the ~/.vim should be the .vim folder in use/share? or I should create a new folder under home?
Note:there is a folder vim73 in my .vim, I guess this doesn’t affect anything
thanks for any help!
First of all, open
vim, and get help from:help colorschemeAfter reading the manual above.
Take the following steps maybe help you:
find runtimepath
It will print out run-time paths:
runtimepath=~/.vim,/usr/share/vim/vimfiles,/usr/share/vim/vim71,/usr/share/vim/vimfiles/after,~/.vim/aftercreate directory called
colorsunder one of them if not exist(for example:~/.vim)copy your
color.vimto yourcolorsdirectoryrestart
vimto use new colorscheme(optional) put command above to
~/.vimrcfile to make it permanent