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

@ -87,6 +87,7 @@ isMaximal: {
hcl.enable = false;
ruby.enable = false;
fsharp.enable = false;
just.enable = false;
tailwind.enable = false;
svelte.enable = false;