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
syntax on | |
set autoread " make file update on external changes | |
set backspace=indent,eol,start | |
set noerrorbells | |
set tabstop=2 | |
set shiftwidth=2 | |
set expandtab | |
set smartindent | |
set nu " line numbers |