From 4b7f4f7e478360cb2352d7681562566d88002543 Mon Sep 17 00:00:00 2001 From: Florian Klein Date: Thu, 10 Oct 2013 09:42:54 +0200 Subject: [PATCH] Update README.md --- README.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 967523d..09b1d37 100644 --- a/README.md +++ b/README.md @@ -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 (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