aboutsummaryrefslogtreecommitdiffstats
path: root/lua/lspconfig/texlab.lua
Commit message (Collapse)AuthorAgeFilesLines
* feat: expose configsMichael Lingelbach2021-11-251-131/+0
|
* fix(texlab): add language-specific root marker (#1441)Christian Clason2021-11-181-4/+3
|
* feat: add single file mode (#1385)Michael Lingelbach2021-11-111-1/+2
| | | | | | | | | | | | * This adds a "single file mode" option for each language server * Currently, if a root is not detected, a new language server is started for each file opened. * Root directory is set to `nil` in start_client. Some servers will refuse to start, or otherwise panic. This is opt-in per server. * Some servers, such as rust-analyzer, explicitly have a "single file mode", we will not support that until it is officially part of the LSP specification Co-authored-by: Peter Lithammer <peter.lithammer@gmail.com>
* fix: add compat shim for handler change in core (#1248)Christian Clason2021-09-101-36/+25
| | | | | | Add a compatibility shim to `util.lua` adapting to change in handler signature and use it where needed. (Skip `rust-analyzer` and `denols` since their requests don't use handlers.)
* fix(texlab): update to handler signature change (#1240)Christian Clason2021-09-091-2/+25
| | | | | | | * fix(texlab): update to handler signature change Update the handlers for `textDocument/build` and `textDocument/forwardSearch` to the upstream breaking signature change.
* chore: remove modeline (#1177)Michael Lingelbach2021-08-241-1/+0
|
* chore: standardize arg on fname in root (#1176)Michael Lingelbach2021-08-241-3/+1
|
* chore: change stylua to single quotes (#1068)Michael Lingelbach2021-07-131-17/+17
|
* ci: lint and format with styluaMichael Lingelbach2021-07-031-60/+65
|
* feat(texlab): update options to 3.2.0Christian Clason2021-06-271-1/+7
|
* Fix link for texlabMario2021-05-301-1/+1
|
* update texlab options to v3.0.0Christian Clason2021-05-161-14/+14
|
* Start texlab in file's current working directoryMichael Lingelbach2021-03-191-1/+3
|
* texlab: add %f to settings.latex.build.argsMichael Lingelbach2021-01-031-1/+1
|
* Remove workaround for missing workDoneProgress/create handlerMichael Lingelbach2020-12-311-4/+0
|
* Fix texlab crash due to workDoneProgress callbackMichael Lingelbach2020-12-291-0/+4
|
* Use forward search statusGian123152020-11-221-1/+1
|
* Implemented forward searchGian123152020-11-221-2/+2
|
* Added commandGian123152020-11-211-0/+1
|
* Tring to implement forward searchGian123152020-11-211-0/+23
|
* Rename nvim_lsp to lspconfigHirokazu Hata2020-09-061-0/+85