| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | feat: expose configs | Michael Lingelbach | 2021-11-25 | 1 | -131/+0 |
| | | |||||
| * | fix(texlab): add language-specific root marker (#1441) | Christian Clason | 2021-11-18 | 1 | -4/+3 |
| | | |||||
| * | feat: add single file mode (#1385) | Michael Lingelbach | 2021-11-11 | 1 | -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 Clason | 2021-09-10 | 1 | -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 Clason | 2021-09-09 | 1 | -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 Lingelbach | 2021-08-24 | 1 | -1/+0 |
| | | |||||
| * | chore: standardize arg on fname in root (#1176) | Michael Lingelbach | 2021-08-24 | 1 | -3/+1 |
| | | |||||
| * | chore: change stylua to single quotes (#1068) | Michael Lingelbach | 2021-07-13 | 1 | -17/+17 |
| | | |||||
| * | ci: lint and format with stylua | Michael Lingelbach | 2021-07-03 | 1 | -60/+65 |
| | | |||||
| * | feat(texlab): update options to 3.2.0 | Christian Clason | 2021-06-27 | 1 | -1/+7 |
| | | |||||
| * | Fix link for texlab | Mario | 2021-05-30 | 1 | -1/+1 |
| | | |||||
| * | update texlab options to v3.0.0 | Christian Clason | 2021-05-16 | 1 | -14/+14 |
| | | |||||
| * | Start texlab in file's current working directory | Michael Lingelbach | 2021-03-19 | 1 | -1/+3 |
| | | |||||
| * | texlab: add %f to settings.latex.build.args | Michael Lingelbach | 2021-01-03 | 1 | -1/+1 |
| | | |||||
| * | Remove workaround for missing workDoneProgress/create handler | Michael Lingelbach | 2020-12-31 | 1 | -4/+0 |
| | | |||||
| * | Fix texlab crash due to workDoneProgress callback | Michael Lingelbach | 2020-12-29 | 1 | -0/+4 |
| | | |||||
| * | Use forward search status | Gian12315 | 2020-11-22 | 1 | -1/+1 |
| | | |||||
| * | Implemented forward search | Gian12315 | 2020-11-22 | 1 | -2/+2 |
| | | |||||
| * | Added command | Gian12315 | 2020-11-21 | 1 | -0/+1 |
| | | |||||
| * | Tring to implement forward search | Gian12315 | 2020-11-21 | 1 | -0/+23 |
| | | |||||
| * | Rename nvim_lsp to lspconfig | Hirokazu Hata | 2020-09-06 | 1 | -0/+85 |
