- Install astromvim
- php auto complete
- Symfony autocomplete
- run tests
- debug
- https://github.com/neovim/neovim/releases
wget https://github.com/neovim/neovim/releases/download/v0.9.2/nvim-macos.tar.gz
services: | |
php: | |
volumes: | |
- ~/.config/nvim-external/xdebug-config/xdebug.ini:/usr/local/etc/php/conf.d/docker-php-ext-xdebug.ini | |
#It is necessary for linux environment. | |
extra_hosts: | |
- "host.docker.internal:host-gateway" |
blueprint: | |
test: 123 |
wget https://github.com/neovim/neovim/releases/download/v0.9.2/nvim-macos.tar.gz
<?php | |
$parameters = $containerConfigurator->parameters(); | |
$parameters->set(Option::SKIP, [ | |
StringClassNameToClassConstantRector::class => [ | |
__DIR__ . '/rector.php', | |
], | |
]); | |
// it need to be used with rector php: https://github.com/rectorphp/rector |