Compare commits
No commits in common. "1e3b9afc4b7ac90460ed25aae80768e91d375dff" and "b674bd8b3657395db175096c9ca2bd08a633da9b" have entirely different histories.
1e3b9afc4b
...
b674bd8b36
2 changed files with 1 additions and 2 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,7 +29,6 @@ in
|
|||
d2 = "*.d2";
|
||||
nickel = "*.ncl";
|
||||
psql = "*.psql";
|
||||
sql = "*.pgsql";
|
||||
};
|
||||
|
||||
# Enable fast navigation between windows
|
||||
|
|
Loading…
Reference in a new issue