Update README.md

This commit is contained in:
Florian Klein 2016-04-08 14:10:57 +02:00
parent 758847aaab
commit 72e3bc5b24

View File

@ -16,6 +16,9 @@ You can overwride two variables on your .vimrc:
let g:symfony_app_console_caller= "php"
let g:symfony_app_console_path= "app/console"
You can also define this config per directory. Just add `set exrc` in your global .vimrc.
This will automatically read any `.vimrc` in the current folder (where you launched vim).
=========================