.
├── external/
│ ├── jails/
│ └── tree-sitter-jai/
├── init.lua
├── lazy-lock.json
├── lua/
│ └── plugins/
│ ├── lsp.lua
│ └── treesitter.lua
└── queries/
└── jai/
└── highlights.scm
Clone the repository with --recursive.
Ideally, you'd want to run this sepparately from your main config. To do that, you need to:
- on linux, store the config in
$HOME/.config/nvim-jai
andexport NVIM_APPNAME=nvim-jai
- on windows, store the config in
%USERPROFILE%\\AppData\\local\\nvim-jai
andset NVIM_APPNAME=nvim-jai