diff options
author | Zach Berwaldt <zberwaldt@tutamail.com> | 2023-09-18 22:26:00 -0400 |
---|---|---|
committer | Zach Berwaldt <zberwaldt@tutamail.com> | 2023-09-18 22:26:00 -0400 |
commit | 3c0144a282f754f0ea02c18f19d49cee78f1279b (patch) | |
tree | 2a0adf1d6f8b45abcd0359f21f49ad694a93e296 /README.md | |
parent | 3af041205aa51773f0f890a6c59aa134a4931edd (diff) |
add readme
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! | ||