We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
I use the theme in Ubuntu 16.04 , and I add
export TERM=xterm-256color
to ~/.bashrc, add
~/.bashrc
set t_Co =256 set background=dark syntax enable synatax on colorscheme solorized
to ~/.vimrc.
~/.vimrc
I use xterm of Xshell5 in Windows to connect Ubuntu,but the vim is: )
So, it is incorrect , and what should I do?Thanks!
The text was updated successfully, but these errors were encountered:
Your .vimrc should at least look like this:
syntax enable set background=dark let g:solarized_termcolors=256 colorscheme solarized
You have a few little typos like synatax or solorized and you don't need syntax enable and syntax on
synatax
solorized
syntax enable
syntax on
Sorry, something went wrong.
No branches or pull requests
I use the theme in Ubuntu 16.04 , and I add
to
~/.bashrc
, addto
~/.vimrc
.I use xterm of Xshell5 in Windows to connect Ubuntu,but the vim is:
)
So, it is incorrect , and what should I do?Thanks!
The text was updated successfully, but these errors were encountered: