Oneliner to install indent script
6
Home.md
6
Home.md
@@ -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
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user