Skip to content

Instantly share code, notes, and snippets.

@abyshakes
Created February 23, 2016 04:36
Show Gist options
  • Save abyshakes/7e300bac951868b75860 to your computer and use it in GitHub Desktop.
Save abyshakes/7e300bac951868b75860 to your computer and use it in GitHub Desktop.
VIM Janus Additional
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