comment a problem for future me

This commit is contained in:
Squibid 2025-10-16 21:36:06 -04:00
parent 55f11ab1ba
commit 06a9c9e45d
Signed by: squibid
GPG key ID: BECE5684D3C4005D

View file

@ -1,3 +1,4 @@
-- TODO: find out why this doesn't work when java isn't the first filetype I open
local map, auto = core.misc.map, core.misc.auto local map, auto = core.misc.map, core.misc.auto
local ok, jdtls = pcall(require, "jdtls") local ok, jdtls = pcall(require, "jdtls")