aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorZach Berwaldt <zberwaldt@tutamail.com>2023-09-18 22:26:00 -0400
committerZach Berwaldt <zberwaldt@tutamail.com>2023-09-18 22:26:00 -0400
commit3c0144a282f754f0ea02c18f19d49cee78f1279b (patch)
tree2a0adf1d6f8b45abcd0359f21f49ad694a93e296 /README.md
parent3af041205aa51773f0f890a6c59aa134a4931edd (diff)
add readme
Diffstat (limited to 'README.md')
-rw-r--r--README.md17
1 files changed, 17 insertions, 0 deletions
diff --git a/README.md b/README.md
new file mode 100644
index 0000000..282accd
--- /dev/null
+++ b/README.md
@@ -0,0 +1,17 @@
1# My Nvim Config.
2
3This is my current nvim set up for nvim.
4
5First off, this depends on version 0.9.x of nvim.
6
7Second, I must have packer installed before hand!
8
9Read the quickstart on the packer git [README](https://github.com/wbthomason/packer.nvim#quickstart)
10
11Last, This guide assumes a Linux based system.
12
131. Clone this repo into your `.config/` directory.
142. Open `nvim`
153. Run `:PackerSync`
16
17That should do it!