Plugins: add PHP section

This commit is contained in:
Marco Hinz 2018-03-27 16:12:11 +02:00
parent 5fdc30d9b4
commit 0ad7b9b9e1
No known key found for this signature in database
GPG Key ID: 1C980A1B657B4A4F

View File

@ -37,6 +37,7 @@
- [Java](#java) - [Java](#java)
- [Javascript](#javascript) - [Javascript](#javascript)
- [Lua](#lua) - [Lua](#lua)
- [PHP](#php)
- [Python](#python) - [Python](#python)
- [TeX](#tex) - [TeX](#tex)
- [VimL](#viml) - [VimL](#viml)
@ -317,6 +318,13 @@ Also see [fuzzy finders](#fuzzy-finders).
- [vim-lua-ftplugin](https://github.com/xolox/vim-lua-ftplugin) - [vim-lua-ftplugin](https://github.com/xolox/vim-lua-ftplugin)
- [vim-lua-inspect](https://github.com/xolox/vim-lua-inspect) - [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 #### Python
- [braceless.vim](https://github.com/tweekmonster/braceless.vim) - [braceless.vim](https://github.com/tweekmonster/braceless.vim)