blob: 282accdf7a3ce3a1c2ecf367b34a83f393ff0054 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
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!
|