Created
September 8, 2016 13:39
-
-
Save 0racle/c82a1cae179e8f27d5e13eca2b4c8b3f to your computer and use it in GitHub Desktop.
Minimal vimrc
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
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