Created
September 24, 2018 08:13
-
-
Save zioproto/0a89c30af7cd14d1e6e8a8c7bb954998 to your computer and use it in GitHub Desktop.
This file contains hidden or 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 number | |
set noai | |
set noautoindent | |
set fo= | |
set background=dark | |
syntax on | |
"set tabstop=4 shiftwidth=4 expandtab | |
set nocompatible | |
set backspace=2 | |
autocmd BufWritePre * %s/\s\+$//e |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment