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 +```