Adds pylsp

This commit is contained in:
Thomas Forgione 2024-05-28 13:40:25 +02:00
parent 8373caab15
commit 30cf64adc7
1 changed files with 4 additions and 0 deletions

View File

@ -13,6 +13,10 @@
"command": "elm-language-server",
"filetypes": ["elm"],
"rootPatterns": ["elm.json"]
},
"python": {
"command": "pylsp",
"filetypes": ["python"]
}
}
}