Added java for advent of code, but it works on nix so keeping it active

This commit is contained in:
2024-12-02 13:40:06 +02:00
parent 97983affde
commit 07ff44fd4f
3 changed files with 11 additions and 4 deletions

View File

@@ -1,5 +1,5 @@
return {
-- 'nvim-java/nvim-java',
-- lazy = false,
-- opts = {}
'nvim-java/nvim-java',
lazy = false,
opts = {}
}