Created
January 11, 2019 07:05
-
-
Save kylemh/24ea04affcf17b6392639015b4ab91ad to your computer and use it in GitHub Desktop.
This file contains 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
" Show line numbers | |
set number | |
" Blink cursor on error instead of beeping (grr) | |
set visualbell | |
" Turn on syntax highlighting | |
syntax on | |
" Color scheme (terminal) | |
set t_Co=256 | |
set background=dark | |
let g:solarized_termcolors=256 | |
let g:solarized_termtrans=1 | |
" put https://raw.github.com/altercation/vim-colors-solarized/master/colors/solarized.vim | |
" in ~/.vim/colors/ and uncomment: | |
" colorscheme solarized |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment