From d80d426a688908983d9e41c52f42e1e86416d26b Mon Sep 17 00:00:00 2001 From: Oliver Date: Wed, 27 Dec 2023 04:20:01 +0000 Subject: [PATCH] Update README.md --- README.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/README.md b/README.md index f5dba2f..16cbba5 100644 --- a/README.md +++ b/README.md @@ -1,2 +1,9 @@ # config These are my configs for my personal linux systems (AwesomeWM / X11) +## Installation +This is needed to install nvim plugins +```bash +curl -fLo ~/.vim/autoload/plug.vim --create-dirs \ + https://raw.githubusercontent.com/junegunn/vim-plug/master/plug.vim +``` +otherwise just copy the .local and .config folders into your system's