feat: new config with everything manually installed
This commit is contained in:
5
lsp/jdtls.lua
Normal file
5
lsp/jdtls.lua
Normal file
@@ -0,0 +1,5 @@
|
||||
return {
|
||||
cmd = { 'jdtls' },
|
||||
filetypes = { 'java' },
|
||||
root_markers = { 'pom.xml', 'build.gradle', '.git', 'mvnw', 'gradlew' },
|
||||
}
|
||||
Reference in New Issue
Block a user