Skip to content

very minimal neovim configuration for the language

Notifications You must be signed in to change notification settings

constantitus/nvim-jai

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Config structure

.
├── external/
│   ├── jails/
│   └── tree-sitter-jai/
├── init.lua
├── lazy-lock.json
├── lua/
│   └── plugins/
│       ├── lsp.lua
│       └── treesitter.lua
└── queries/
    └── jai/
        └── highlights.scm

Usage

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 and export NVIM_APPNAME=nvim-jai
  • on windows, store the config in %USERPROFILE%\\AppData\\local\\nvim-jai and set NVIM_APPNAME=nvim-jai

About

very minimal neovim configuration for the language

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published