Adds pylsp
This commit is contained in:
parent
8373caab15
commit
30cf64adc7
|
@ -13,6 +13,10 @@
|
|||
"command": "elm-language-server",
|
||||
"filetypes": ["elm"],
|
||||
"rootPatterns": ["elm.json"]
|
||||
},
|
||||
"python": {
|
||||
"command": "pylsp",
|
||||
"filetypes": ["python"]
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue