add vim instructions

This commit is contained in:
SimonFJ20 2023-03-16 14:56:22 +01:00
parent 86f26b0f91
commit a29bc95f3b

9
editors/README.md Normal file
View File

@ -0,0 +1,9 @@
## Install Neovim
### Packer
```lua
use { '/<path>/<to>/<repo>/editors/vim', as = "Couch" }
```