Nvim: don't auto setup jdtls

This commit is contained in:
Marko Korhonen 2023-05-05 10:17:55 +03:00
parent d747f64d63
commit 6c65550c69

View file

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