From eb37e58c9be67ffd9ad7eddb4193c78114e5ec30 Mon Sep 17 00:00:00 2001 From: Julian Noble Date: Mon, 2 Jan 2023 02:56:23 +1100 Subject: [PATCH] Add basic instructions --- README.md | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/README.md b/README.md index b1f6518..1f1b582 100644 --- a/README.md +++ b/README.md @@ -1 +1,15 @@ neovim configuration + +requires packer.nvim https://github.com/wbthomason/packer.nvim + +Unix,Linux installation: +git clone --depth 1 https://github.com/wbthomason/packer.nvim\ + ~/.local/share/nvim/site/pack/packer/start/packer.nvim + + +Windows Powershell Installation +git clone https://github.com/wbthomason/packer.nvim "$env:LOCALAPPDATA\nvim-data\site\pack\packer\start\packer.nvim" + + +Then go into packer.lua - source it (:so) and run :PackerSync +