From c6c28679f3930f66865be32f76f4804313b4d599 Mon Sep 17 00:00:00 2001 From: karamelmar Date: Sun, 28 Nov 2021 18:06:37 +0100 Subject: [PATCH] Updated Readme --- README.md | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) diff --git a/README.md b/README.md index dac85f2..5011768 100644 --- a/README.md +++ b/README.md @@ -1,2 +1,20 @@ # vim-settings +- What's inside + - A bunch of Settings (Numbers, Nocompatible, History,...) + - VIM Plugin Manager Plug + - Plugins: + - Easy Aalign + - Nerdtree + - Airline + - Colors & Themes + - vim-one + - vim-code-dark + - vim-airline-themes +- Install + - mkdir -P ~/.config_repos + - cd /.config_repos + - git clone https://git.gc4.at/linux/vim-settings.git + - cd ~ + - ln -s .config_repos/vim-settings/.vimrc + - ln -s .config_repos/vim-settings/.vim