Add python LSP

main
Nick Zana 4 weeks ago
parent 490c1917c8
commit 18d64c8b9c

@ -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]

Loading…
Cancel
Save