(no title)
gorset | 1 year ago
I find it easier to just install language servers using brew. Then the command can be simplified to
cmd = { 'jdtls', '-data', home_dir .. '/.local/state/jdtls/' .. project_name },
My ftplugin/java.lua is about 100 lines, with most of it being settings and key bindings.
nobleach|1 year ago