-
Notifications
You must be signed in to change notification settings - Fork 306
Servers Tex
sciencesakura edited this page Dec 13, 2021
·
1 revision
See README.
if executable(expand('/path/to/texlab'))
autocmd User lsp_setup call lsp#register_server({
\'name': 'texlab',
\'cmd': {server_info->[expand('/path/to/texlab')]},
\'whitelist': ['tex']
\})
endif