vim color schemes only work with sudo
Hi, I'm having problems with vim on gnome-terminal (xterm-256color, zsh).
Running $vim file.c, then :colorscheme <something> doesn't work. But with $sudo vim file.c, color schemes work just fine
Putting set t_Co=256, colorscheme <something> in ~/.vimrc doesn't help either. Any ideas?
Thanks.
|