Compare commits

...

2 commits

2 changed files with 2 additions and 1 deletions

View file

@ -52,6 +52,6 @@ let inherit (lib.nix2lua) call; in
root_dir = call "${config.plugin.nvim-lspconfig.varName}.util.root_pattern" [ "deno.json" "deno.jsonc" ]; root_dir = call "${config.plugin.nvim-lspconfig.varName}.util.root_pattern" [ "deno.json" "deno.jsonc" ];
}; };
jdtls = { cmd = [ "jdtls" ]; }; jdtls = { cmd = [ "jdtls" ]; };
jsonls = {}; jsonls = { };
}; };
} }

View file

@ -29,6 +29,7 @@ in
d2 = "*.d2"; d2 = "*.d2";
nickel = "*.ncl"; nickel = "*.ncl";
psql = "*.psql"; psql = "*.psql";
sql = "*.pgsql";
}; };
# Enable fast navigation between windows # Enable fast navigation between windows