Created
February 23, 2016 04:36
-
-
Save abyshakes/7e300bac951868b75860 to your computer and use it in GitHub Desktop.
VIM Janus Additional
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 guifont=Menlo:h14 | |
colorscheme solarized | |
set guioptions-=m | |
set guioptions-=T | |
set guioptions-=r | |
set guioptions-=L | |
set nocompatible " Because filetype detection doesn't work well in compatible mode | |
filetype plugin indent on " Turns on filetype detection, filetype plugins, and filetype indenting all of which add nice extra features to whatever language you're using | |
syntax enable " Turns on filetype detection if not already on, and then applies filetype-specific highlighting. | |
let g:php_folding=2 | |
set foldmethod=syntax |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment