Compare commits
2 commits
b674bd8b36
...
1e3b9afc4b
Author | SHA1 | Date | |
---|---|---|---|
1e3b9afc4b | |||
019df2b55e |
2 changed files with 2 additions and 1 deletions
|
@ -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" ];
|
||||
};
|
||||
jdtls = { cmd = [ "jdtls" ]; };
|
||||
jsonls = {};
|
||||
jsonls = { };
|
||||
};
|
||||
}
|
||||
|
|
|
@ -29,6 +29,7 @@ in
|
|||
d2 = "*.d2";
|
||||
nickel = "*.ncl";
|
||||
psql = "*.psql";
|
||||
sql = "*.pgsql";
|
||||
};
|
||||
|
||||
# Enable fast navigation between windows
|
||||
|
|
Loading…
Reference in a new issue