ajout plugin indentline
This commit is contained in:
@@ -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"
|
||||
Reference in New Issue
Block a user