language/just: init

Create the module `vim.languages.just` which provides support for
treesitting and just-lsp.
This commit is contained in:
Cool-Game-Dev 2025-07-26 18:45:42 -05:00
commit 4b99fb6d90
No known key found for this signature in database
4 changed files with 73 additions and 0 deletions

View file

@ -468,4 +468,11 @@
https://github.com/NotAShelf/nvf/commit/fc8206e7a61d7eb02006f9010e62ebdb3336d0d2).
[soliprem](https://github.com/soliprem):
- fix broken `neorg` grammars
[Cool-Game-Dev](https://github.com/Cool-Game-Dev):
[just-lsp]: https://github.com/terror/just-lsp
- Add just support under `vim.languages.just` using [just-lsp].