Configure support for TexLab language server
This commit is contained in:
parent
cc9b52fa05
commit
9afc19e14e
1 changed files with 8 additions and 0 deletions
|
@ -73,6 +73,14 @@ const lspServers = [
|
|||
install: 'brew install taplo',
|
||||
},
|
||||
|
||||
{
|
||||
name: 'texlab',
|
||||
filetype: ['tex', 'plaintex', 'bib'],
|
||||
path: '/usr/local/bin/texlab',
|
||||
args: [],
|
||||
install: 'brew install texlab',
|
||||
},
|
||||
|
||||
{
|
||||
name: 'tilt-lsp',
|
||||
filetype: 'bzl',
|
||||
|
|
Loading…
Reference in a new issue