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

@ -46,6 +46,7 @@ in {
./wgsl.nix
./yaml.nix
./ruby.nix
./just.nix
# This is now a hard deprecation.
(mkRenamedOptionModule ["vim" "languages" "enableLSP"] ["vim" "lsp" "enable"])