Add language servers for structured text formats
This commit is contained in:
parent
52e30d61d1
commit
0113a9c143
1 changed files with 10 additions and 0 deletions
|
|
@ -89,6 +89,16 @@ language_servers:
|
||||||
server_name: 'pyright',
|
server_name: 'pyright',
|
||||||
auto_setup: false
|
auto_setup: false
|
||||||
}
|
}
|
||||||
|
- {
|
||||||
|
package: marksman,
|
||||||
|
server_name: 'marksman',
|
||||||
|
auto_setup: true
|
||||||
|
}
|
||||||
|
- {
|
||||||
|
package: esbonio,
|
||||||
|
server_name: 'esbonio',
|
||||||
|
auto_setup: true
|
||||||
|
}
|
||||||
|
|
||||||
python_download_url: 'https://www.python.org/ftp/python'
|
python_download_url: 'https://www.python.org/ftp/python'
|
||||||
python_versions:
|
python_versions:
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue