From 3c0144a282f754f0ea02c18f19d49cee78f1279b Mon Sep 17 00:00:00 2001 From: Zach Berwaldt Date: Mon, 18 Sep 2023 22:26:00 -0400 Subject: add readme --- README.md | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 README.md (limited to 'README.md') diff --git a/README.md b/README.md new file mode 100644 index 0000000..282accd --- /dev/null +++ b/README.md @@ -0,0 +1,17 @@ +# My Nvim Config. + +This is my current nvim set up for nvim. + +First off, this depends on version 0.9.x of nvim. + +Second, I must have packer installed before hand! + +Read the quickstart on the packer git [README](https://github.com/wbthomason/packer.nvim#quickstart) + +Last, This guide assumes a Linux based system. + +1. Clone this repo into your `.config/` directory. +2. Open `nvim` +3. Run `:PackerSync` + +That should do it! -- cgit v1.1