Add Neoim docs for packer

This commit is contained in:
Ethan Lane 2024-10-30 11:54:17 +00:00
parent 62ec1ab944
commit 1af3d8796d
2 changed files with 14 additions and 24 deletions

13
docs/Neovim.md Normal file
View file

@ -0,0 +1,13 @@
# Neovim
Neovim is mostly configured in the flake, we just need to install packer
separately, although this is only required to do once.
## Installation
Run the following command in the terminal
```bash
git clone --depth 1 https://github.com/wbthomason/packer.nvim\
~/.local/share/nvim/site/pack/packer/start/packer.nvim
```