blob: 54611bcee8f766a501a571bc32b8f1ae19003659 (
plain)
1
2
3
4
5
6
7
8
9
|
# Symfony
This plugin provides native completion for [Symfony](https://symfony.com/), but requires at least Symfony 6.2.
To use it add `symfony6` to the plugins array in your zshrc file.
```bash
plugins=(... symfony6)
```
|