Skip to content

Instantly share code, notes, and snippets.

@kylemh
Created January 11, 2019 07:05
Show Gist options
  • Save kylemh/24ea04affcf17b6392639015b4ab91ad to your computer and use it in GitHub Desktop.
Save kylemh/24ea04affcf17b6392639015b4ab91ad to your computer and use it in GitHub Desktop.
" 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