From 0a816c7981cf41cb81e1888a7fd9b8c4628753d8 Mon Sep 17 00:00:00 2001 From: Imbus Date: Thu, 23 Nov 2023 17:53:11 +0100 Subject: [PATCH] Readme with install instructions --- README.md | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..48a8ce2 --- /dev/null +++ b/README.md @@ -0,0 +1,7 @@ +# Installation + +```bash +git clone git@git.silversoft.se:Imbus/nvim.git ~/.config/nvim +``` + +then run `:PackerInstall` in nvim to install plugins -> restart nvim