mirror of
https://github.com/LunarVim/LunarVim.git
synced 2025-08-14 14:48:54 +02:00
Decoupling config from nvim (#1038)
This commit is contained in:
parent
acb6a7a2ce
commit
d02265175f
13 changed files with 63 additions and 39 deletions
|
@ -58,7 +58,8 @@ M.lsp = function()
|
|||
else
|
||||
print "Unsupported system"
|
||||
end
|
||||
JAVA_LS_EXECUTABLE = CONFIG_PATH .. "/utils/bin/jdtls"
|
||||
|
||||
JAVA_LS_EXECUTABLE = os.getenv "HOME" .. "/.local/share/lunarvim/lvim/utils/bin/jdtls"
|
||||
|
||||
require("jdtls").start_or_attach {
|
||||
on_attach = require("lsp").common_on_attach,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue