From e878dc0fc4954782208921f68937017b168eef6a Mon Sep 17 00:00:00 2001 From: Martin Winkler Date: Sun, 6 Feb 2022 15:03:28 +0100 Subject: [PATCH] Oneliner to install indent script --- Home.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) 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