mirror of
https://github.com/genebean/dots.git
synced 2026-03-27 17:37:43 -04:00
update neovim
This commit is contained in:
parent
e0fe58c2c7
commit
2423fdebb6
1 changed files with 2 additions and 2 deletions
|
|
@ -12,7 +12,7 @@ return {
|
|||
"lua_ls", -- lua
|
||||
"nil_ls", -- nix
|
||||
"puppet", -- puppet
|
||||
"ruff_lsp", -- python
|
||||
"ruff", -- python
|
||||
},
|
||||
})
|
||||
end,
|
||||
|
|
@ -59,7 +59,7 @@ return {
|
|||
cmd = { puppet_languageserver, "--feature-flags=puppetstrings" },
|
||||
settings = { puppet = { editorServices = { formatOnType = { enable = true } } } },
|
||||
})
|
||||
lspconfig.ruff_lsp.setup({ on_attach = on_attach })
|
||||
lspconfig.ruff.setup({ on_attach = on_attach })
|
||||
end,
|
||||
},
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue