setup groovyls
This commit is contained in:
parent
5a22a03eba
commit
69b5cace69
@ -105,6 +105,10 @@ require('lspconfig')['pyright'].setup {
|
|||||||
on_attach = on_attach,
|
on_attach = on_attach,
|
||||||
}
|
}
|
||||||
|
|
||||||
|
require('lspconfig')['groovyls'].setup {
|
||||||
|
on_attach = on_attach,
|
||||||
|
}
|
||||||
|
|
||||||
require('lspconfig')['cmake'].setup {
|
require('lspconfig')['cmake'].setup {
|
||||||
on_attach = on_attach,
|
on_attach = on_attach,
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user