Added xml configuration

master
Polarian 2023-01-18 10:33:16 +00:00
parent 89b6f9383d
commit 2a62fb1a1f
Signed by: Polarian
GPG Key ID: 0770E5312238C760
2 changed files with 3 additions and 1 deletions

View File

@ -20,7 +20,7 @@ local config = {
'-data', '/home/polarian/.cache/'
},
root_dir = require('jdtls.setup').find_root({'.git', 'mvnw', 'gradlew'}),
root_dir = require('jdtls.setup').find_root({'.git', 'gradlew', 'mvnw'}),
capabilities = capabilities
}

2
ftplugin/xml.lua Normal file
View File

@ -0,0 +1,2 @@
vim.o.tabstop = 2
vim.o.shiftwidth = 2