From a725a7723f2c1a8b16448d6c8e5b60842d85f9e6 Mon Sep 17 00:00:00 2001 From: h0lik Date: Sun, 11 Aug 2024 23:28:22 +0400 Subject: [PATCH] update rpo VIM --- README.md | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/README.md b/README.md index e5e94c4..0905b0e 100644 --- a/README.md +++ b/README.md @@ -26,4 +26,18 @@ install vim plugins curl -fLo ~/.vim/autoload/plug.vim --create-dirs \ https://raw.githubusercontent.com/junegunn/vim-plug/master/plug.vim ``` +install bash-support +```bash +https://www.vim.org/scripts/script.php?script_id=365 +``` +Install bash-support +```bash +cp bash-support.zip ~/.vim +cd ~/.vim +unzip bash-support.zip +``` +Config vimrc +```VIM +filetype plugin on +```