mirror of
https://github.com/LunarVim/LunarVim.git
synced 2025-08-29 06:18:18 +02:00
support for puppet using lspinstall (#1322)
This commit is contained in:
parent
6e0f56f09e
commit
f36fd1907f
1 changed files with 4 additions and 0 deletions
|
@ -815,6 +815,10 @@ lvim.lang = {
|
|||
lsp = {
|
||||
provider = "puppet",
|
||||
setup = {
|
||||
cmd = {
|
||||
DATA_PATH .. "/lspinstall/puppet/puppet-editor-services/puppet-languageserver",
|
||||
"--stdio",
|
||||
},
|
||||
on_attach = common_on_attach,
|
||||
on_init = common_on_init,
|
||||
capabilities = common_capabilities,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue