Oneliner to install indent script

2022-02-06 15:03:28 +01:00
parent 9ce17ef3cd
commit e878dc0fc4

@@ -13,7 +13,11 @@ syntax on
Further improvements of bash like source code can be achived with this [script](https://www.vim.org/scripts/script.php?script_id=1215) Further improvements of bash like source code can be achived with this [script](https://www.vim.org/scripts/script.php?script_id=1215)
Place it in `~/.vim/indent/` and restart vim. Place it in `~/.vim/indent/` and restart vim or execute the following line:
```
mkdir -p ~/.vim/indent && cd ~/.vim/indent && wget --content-disposition https://www.vim.org/scripts/download_script.php?src_id=4371
```
### Auto indent all lines ### Auto indent all lines