nvim: Fix some Java LSP settings
This commit is contained in:
parent
8907093a1d
commit
ca46ba6cfa
1 changed files with 3 additions and 3 deletions
|
|
@ -87,9 +87,7 @@ jdtlsCapabilities.workspace.didChangeWatchedFiles = {
|
|||
}
|
||||
vim.lsp.config("jdtls", {
|
||||
init_options = {
|
||||
bundles = {
|
||||
vim.fn.glob("/usr/share/java-debug/*.jar", 1),
|
||||
}
|
||||
bundles = vim.fn.glob("/usr/share/java-debug/*.jar", 1, 1),
|
||||
},
|
||||
capabilities = jdtlsCapabilities,
|
||||
settings = {
|
||||
|
|
@ -110,6 +108,8 @@ vim.lsp.config("jdtls", {
|
|||
enable = true,
|
||||
settings = {
|
||||
url = "/home/oliver/Dokumente/Gallery Systems/Products/GS Eclipse Formatter Java.xml",
|
||||
tabSize = 4,
|
||||
indentSize = 4,
|
||||
},
|
||||
},
|
||||
codeGeneration = {
|
||||
|
|
|
|||
Loading…
Reference in a new issue