From ffa36a308216c616fdf561d3aee7d63d2306de35 Mon Sep 17 00:00:00 2001 From: Harri Lahtinen Date: Tue, 14 Jan 2020 16:25:49 +0200 Subject: [PATCH] .... --- addons/install_arch.md | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/addons/install_arch.md b/addons/install_arch.md index e9d50d7..1adb72e 100644 --- a/addons/install_arch.md +++ b/addons/install_arch.md @@ -240,7 +240,7 @@ sudo pacman -Syyu ```sh curl -fLo ~/.local/share/nvim/site/autoload/plug.vim --create-dirs \ - https://raw.githubusercontent.com/junegunn/vim-plug/master/plug.vim +https://raw.githubusercontent.com/junegunn/vim-plug/master/plug.vim ``` #### and tmux plugin manager @@ -248,7 +248,3 @@ curl -fLo ~/.local/share/nvim/site/autoload/plug.vim --create-dirs \ ```sh git clone https://github.com/tmux-plugins/tpm ~/.tmux/plugins/tpm ``` - -``` - -```