From 7645412c625d4f2d41e8bc2bc986c17abb3ccdf9 Mon Sep 17 00:00:00 2001 From: Jordan <45881807+jordaniza@users.noreply.github.com> Date: Fri, 9 Jun 2023 10:20:32 +0400 Subject: [PATCH] Create README.md --- README.md | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..07d9ee0 --- /dev/null +++ b/README.md @@ -0,0 +1,23 @@ +# noir-vim-support + +# Installation + +## Neovim + +Add the folders and files here directly into your [runtime directory](https://neovim.io/doc/user/usr_43.html#your-runtime-dir). + +On unix this will be `~/.config/nvim` + +An example folder structure might look like: + +``` +~/.config/nvim +├── ftdetect +│   └── noir.vim +├── init.lua +├── LICENSE +├── lua +├── // .... +└── syntax + └── noir.vim +```