WIP: Switch to NixOS #5

Draft
FunctionalHacker wants to merge 1349 commits from nix into main
Showing only changes of commit eefc9c4a60 - Show all commits

View file

@ -26,7 +26,12 @@ require("jdtls").start_or_attach({
"-data", "-data",
workspace_dir, workspace_dir,
}, },
settings = { java = { signatureHelp = { enabled = true } } }, settings = {
java = {
signatureHelp = { enabled = true },
autobuild = { enabled = false },
},
},
completion = { favoriteStaticMembers = { "java.text.MessageFormat.format" } }, completion = { favoriteStaticMembers = { "java.text.MessageFormat.format" } },
runtimes = { runtimes = {
{ {