Skip to content

Instantly share code, notes, and snippets.

@0racle
Created September 8, 2016 13:39
Show Gist options
  • Save 0racle/c82a1cae179e8f27d5e13eca2b4c8b3f to your computer and use it in GitHub Desktop.
Save 0racle/c82a1cae179e8f27d5e13eca2b4c8b3f to your computer and use it in GitHub Desktop.
Minimal vimrc
set nocompatible
set encoding=utf-8
set fileencodings=utf-8
set number
set wildmenu
filetype plugin indent on
syntax enable
colorscheme delek
if $TERM =~ "color"
silent! colorscheme jellybeans
endif
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment