From a29bc95f3bd7fe21454465791014680c5586e9cf Mon Sep 17 00:00:00 2001 From: SimonFJ20 Date: Thu, 16 Mar 2023 14:56:22 +0100 Subject: [PATCH] add vim instructions --- editors/README.md | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 editors/README.md diff --git a/editors/README.md b/editors/README.md new file mode 100644 index 0000000..4a117d4 --- /dev/null +++ b/editors/README.md @@ -0,0 +1,9 @@ + +## Install Neovim + +### Packer + +```lua +use { '////editors/vim', as = "Couch" } +``` +