diff --git a/Home.md b/Home.md index 922ff16..2e01cd3 100644 --- a/Home.md +++ b/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) -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