Update README.md

This commit is contained in:
Florian Klein 2013-10-10 09:42:54 +02:00
parent 7afa237ee0
commit 4b7f4f7e47

View File

@ -10,7 +10,7 @@ This plugin handles:
=========================
Variables:
## Config Variables:
You can overwride two variables on your .vimrc:
@ -19,6 +19,8 @@ You can overwride two variables on your .vimrc:
=========================
## Service & routing completion
To handle routing or DIC autocompletion, you must define the path to your app console that returns valid output concerning dic and routing.
Then you can use <C-x><C-u> (user completion feature) to see all routes and DIC services with some extra informations in the ViM's menu popup.
@ -38,6 +40,8 @@ If you want to change this:
=========================
## stack trace navigation
To handle stack trace navigation with Symfony2, you can use this exception handler class:
https://github.com/docteurklein/vim-symfony/blob/master/VimExceptionHandler.php