mirror of
https://github.com/genebean/dots.git
synced 2026-03-27 09:27:44 -04:00
Attempt adding a LSP setting to puppet
This commit is contained in:
parent
74b38fab03
commit
7bff48e8e3
1 changed files with 2 additions and 1 deletions
|
|
@ -50,7 +50,8 @@ return {
|
|||
lspconfig.puppet.setup({
|
||||
capabilities = capabilities,
|
||||
on_attach = on_attach,
|
||||
cmd = { puppet_languageserver, "--feature-flags=puppetstrings", },
|
||||
cmd = { puppet_languageserver, "--feature-flags=puppetstrings" },
|
||||
settings = { puppet = { editorServices = { formatOnType = { enable = true } } } },
|
||||
})
|
||||
lspconfig.ruff_lsp.setup({ on_attach = on_attach })
|
||||
end,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue