home: vim: lspconfig: migrate to 'ruff'
All checks were successful
ci/woodpecker/push/check Pipeline was successful

This replaces and enhances the experience from the old `ruff-lsp`
wrapper.
This commit is contained in:
Bruno BELANYI 2024-05-23 11:27:48 +00:00
parent ccab4d0952
commit 89056e3d5d

View file

@ -53,8 +53,8 @@ if utils.is_executable("pyright") then
})
end
if utils.is_executable("ruff-lsp") then
lspconfig.ruff_lsp.setup({
if utils.is_executable("ruff") then
lspconfig.ruff.setup({
capabilities = capabilities,
on_attach = lsp.on_attach,
})