WIP: Switch to NixOS #5

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

View file

@ -50,6 +50,9 @@ function m.setup()
}, },
}) })
end, end,
-- Don't set up jdtls, it is set up by nvim-jdtls
["jdtls"] = function() end,
}) })
end end