This is the first commit that brings the privet dotfiles to a public reop previously this was all one puppet module. Now this has been split out so I can put all of the private files in a private puppet module
8 lines
142 B
VimL
8 lines
142 B
VimL
"
|
|
" Set flods to be indent on php class files
|
|
"
|
|
if &ft == "php.class"
|
|
call aa#fold#set_fold('indent')
|
|
else
|
|
call aa#emmet#init()
|
|
endif
|