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 eebcc1f0ed
commit bf20ca501e

View file

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