mirror of
https://github.com/genebean/dots.git
synced 2026-03-27 17:37:43 -04:00
Add flag to puppet language server
This commit is contained in:
parent
273de47e3a
commit
f555b4aea8
1 changed files with 1 additions and 1 deletions
|
|
@ -50,7 +50,7 @@ return {
|
|||
lspconfig.puppet.setup({
|
||||
capabilities = capabilities,
|
||||
on_attach = on_attach,
|
||||
cmd = { puppet_languageserver },
|
||||
cmd = { puppet_languageserver, "--feature-flags=puppetstrings", },
|
||||
})
|
||||
lspconfig.ruff_lsp.setup({ on_attach = on_attach })
|
||||
end,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue