neovim: fix python-lsp-server

This commit is contained in:
2026-06-03 13:04:28 +02:00
parent 8254cb871e
commit 42023bc87a
+1 -1
View File
@@ -318,7 +318,7 @@ _: {
})
vim.lsp.config("pylsp", {
cmd = { "pylsp" },
filetypes = { "python" },
filetypes = { "python", "py" },
on_attach = on_attach,
settings = {
pylsp = {