aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
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!