├── .gitignore ├── README.md ├── composer.json └── ftplugin └── php.vim /.gitignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/roxma/LanguageServer-php-neovim/HEAD/.gitignore -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/roxma/LanguageServer-php-neovim/HEAD/README.md -------------------------------------------------------------------------------- /composer.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/roxma/LanguageServer-php-neovim/HEAD/composer.json -------------------------------------------------------------------------------- /ftplugin/php.vim: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/roxma/LanguageServer-php-neovim/HEAD/ftplugin/php.vim --------------------------------------------------------------------------------