From c850c595c15438f8bd2cb34a56a7f9276d76c4e3 Mon Sep 17 00:00:00 2001 From: marius Date: Thu, 4 May 2023 12:38:59 +0000 Subject: [PATCH] Installation procedure --- vim/Readme.txt | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 vim/Readme.txt diff --git a/vim/Readme.txt b/vim/Readme.txt new file mode 100644 index 0000000..0e296c6 --- /dev/null +++ b/vim/Readme.txt @@ -0,0 +1,8 @@ +Basic vim config, bootstrapped + +1. install VimPlug https://github.com/junegunn/vim-plug +2. if you use NeoVim, set it up so that is sources .vimrc +3. run :PlugInstall +4. restart + +[x] Works with Copilot \ No newline at end of file