Skip to content

Instantly share code, notes, and snippets.

@caelifer
Created October 20, 2015 22:41
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save caelifer/3288052d9e81a639050c to your computer and use it in GitHub Desktop.
Save caelifer/3288052d9e81a639050c to your computer and use it in GitHub Desktop.
Minimal VIM resource file with nice colorscheme
" Install additional plugins
execute pathogen#infect()
" Basic configs
syntax on
filetype plugin indent on
set nu
hi CursorLine cterm=bold ctermbg=233
set cursorline
colorscheme 256-jungle
colorscheme neverland
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment