diff options
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 17 |
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 | |||
3 | This is my current nvim set up for nvim. | ||
4 | |||
5 | First off, this depends on version 0.9.x of nvim. | ||
6 | |||
7 | Second, I must have packer installed before hand! | ||
8 | |||
9 | Read the quickstart on the packer git [README](https://github.com/wbthomason/packer.nvim#quickstart) | ||
10 | |||
11 | Last, This guide assumes a Linux based system. | ||
12 | |||
13 | 1. Clone this repo into your `.config/` directory. | ||
14 | 2. Open `nvim` | ||
15 | 3. Run `:PackerSync` | ||
16 | |||
17 | That should do it! | ||