diff --git a/lua/plugins/lsp.lua b/lua/plugins/lsp.lua index 6cfb1e1..2e3a222 100644 --- a/lua/plugins/lsp.lua +++ b/lua/plugins/lsp.lua @@ -118,6 +118,10 @@ return { } }) + lsp.pylsp.setup({}) + lsp.ruff.setup({}) + + -- Workaround for rust_analzyer issue for _, method in ipairs({ 'textDocument/diagnostic', 'workspace/diagnostic' }) do local default_diagnostic_handler = vim.lsp.handlers[method]