-
-
Save rohmanhakim/09b1fc8ea927e490fe986a19fa2a67cb to your computer and use it in GitHub Desktop.
vim solarized in iTerm2
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# .profile | |
export TERM=xterm-256color | |
# .vimrc | |
syntax on | |
set background = dark | |
let g:solarized_termcolors = 256 | |
colorscheme solarized |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment