move goto to previous check on jdtls

This commit is contained in:
fiplox 2023-01-17 16:00:35 +01:00
parent 550b6f1f90
commit 7c52c6e67f
1 changed files with 1 additions and 1 deletions

View File

@ -119,8 +119,8 @@ function M.config()
-- vim.cmd "command! -buffer JdtJol lua require('jdtls').jol()" -- vim.cmd "command! -buffer JdtJol lua require('jdtls').jol()"
vim.cmd "command! -buffer JdtBytecode lua require('jdtls').javap()" vim.cmd "command! -buffer JdtBytecode lua require('jdtls').javap()"
-- vim.cmd "command! -buffer JdtJshell lua require('jdtls').jshell()" -- vim.cmd "command! -buffer JdtJshell lua require('jdtls').jshell()"
goto continue
end end
if server == 'jdtls' then goto continue end
lspconfig[server].setup(opts) lspconfig[server].setup(opts)
::continue:: ::continue::
end end