From 0ad7b9b9e1d738bf34d3afa30b555daf9ada28c6 Mon Sep 17 00:00:00 2001 From: Marco Hinz Date: Tue, 27 Mar 2018 16:12:11 +0200 Subject: [PATCH] Plugins: add PHP section --- PLUGINS.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/PLUGINS.md b/PLUGINS.md index 8e54181..7765d02 100644 --- a/PLUGINS.md +++ b/PLUGINS.md @@ -37,6 +37,7 @@ - [Java](#java) - [Javascript](#javascript) - [Lua](#lua) +- [PHP](#php) - [Python](#python) - [TeX](#tex) - [VimL](#viml) @@ -317,6 +318,13 @@ Also see [fuzzy finders](#fuzzy-finders). - [vim-lua-ftplugin](https://github.com/xolox/vim-lua-ftplugin) - [vim-lua-inspect](https://github.com/xolox/vim-lua-inspect) +#### PHP + +- [php.vim](https://github.com/StanAngeloff/php.vim) +- [vim-php-cs-fixer](https://github.com/stephpy/vim-php-cs-fixer) +- [vim-php-namespace](https://github.com/arnaud-lb/vim-php-namespace) +- [vim-php-refactoring-toolbox](https://github.com/adoy/vim-php-refactoring-toolbox) + #### Python - [braceless.vim](https://github.com/tweekmonster/braceless.vim)