feat(python): use ruff as lsp

This commit is contained in:
Radu C. Martin 2025-02-24 15:28:30 +01:00
parent d4e27f5dd7
commit d09c54582d
2 changed files with 9 additions and 2 deletions

View file

@ -182,7 +182,7 @@ return {
local servers = {
-- clangd = {},
-- gopls = {},
pyright = {},
ruff = {},
rust_analyzer = {},
-- ... etc. See `:help lspconfig-all` for a list of all the pre-configured LSPs
--