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
syntax on "not really necessary, but just in case | |
colorscheme twilight256 "needs https://github.com/flazz/vim-colorschemes | |
"indents | |
set shiftwidth=4 | |
set tabstop=4 | |
set softtabstop=4 | |
set expandtab | |
"features |
NewerOlder