From 42c2d6e1720e3494789da934f534513a2c4732de Mon Sep 17 00:00:00 2001 From: Zev Averbach Date: Fri, 21 Oct 2022 23:00:25 +0200 Subject: [PATCH] readme --- README.md | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..34f7602 --- /dev/null +++ b/README.md @@ -0,0 +1,9 @@ +# Usage + +```bash +> ln -s /* ~/.config/nvim +``` + +# Contents + +My neovim config as of Oct 21, 2022 20% organic and 80% copy-pasted from [this post](https://rsdlt.github.io/posts/rust-nvim-ide-guide-walkthrough-development-debug/).