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
"=== Colors ===" | |
colorscheme andrewmaxwell-1 | |
syntax on | |
set number " Show line numbers | |
set cursorline " Highlight the currently selected line | |
set undolevels=1000 " Set undo amount to 1000 | |
set ignorecase " Enable case insenstive search | |
set ruler " show current position at bottom |