ajout plugin indentline

This commit is contained in:
2021-06-10 15:43:38 +02:00
parent 3214dc0a7f
commit 8d7420a67c

View File

@@ -41,6 +41,13 @@ Si vous utilisez vi pour l'édition de playbook, je vous invite à rajouter la l
set softtabstop=2 expandtab shiftwidth=2 smarttab autoindent
```
Enfin, l'utilisation du plugin [identLine](https://github.com/Yggdroot/indentLine.git) peut également aider
```bash
git clone https://github.com/Yggdroot/indentLine.git ~/.vim/pack/vendor/start/indentLine
vim -u NONE -c "helptags ~/.vim/pack/vendor/start/indentLine/doc" -c "q"
```
**Performance**: On peut utiliser la commande *ansible-config
Proposition de solution: voir branche "solution"