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