From 305a5aa7f6b9ae1bc17dbf7bf7818b7f036ae0c6 Mon Sep 17 00:00:00 2001 From: Arjun Patel Date: Fri, 24 Apr 2026 14:33:07 -0700 Subject: [PATCH] Add cloning instructions for Neovim config Add instructions to clone the repository for Neovim configuration. --- README.md | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..377cf07 --- /dev/null +++ b/README.md @@ -0,0 +1,3 @@ +```sh +git clone https://github.com/talksik/raw-nvim ~/.config/nvim +```