- 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
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 |