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 | |
" Use Line Numbers | |
set number | |
set backspace=indent,eol,start | |
set showmode | |
set visualbell | |
syntax on | |
" Vundle Config |