feat(python): use ruff as lsp
This commit is contained in:
parent
d4e27f5dd7
commit
d09c54582d
2 changed files with 9 additions and 2 deletions
|
@ -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
|
||||
--
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue