| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | feat: expose configs | Michael Lingelbach | 2021-11-25 | 1 | -77/+0 |
| | | |||||
| * | fix: set correct cwd config key when unset (#1483) | Julian Berman | 2021-11-25 | 1 | -3/+0 |
| | | | | pass `cmd_cwd` instead of `cwd` in `config` to start_client | ||||
| * | fix(julials): add language-specific root marker (#1442) | Christian Clason | 2021-11-18 | 1 | -1/+3 |
| | | | | * Julia packages have a `Project.toml` in the root directory. | ||||
| * | feat: add single file mode (#1385) | Michael Lingelbach | 2021-11-11 | 1 | -3/+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> | ||||
| * | chore: remove modeline (#1177) | Michael Lingelbach | 2021-08-24 | 1 | -2/+0 |
| | | |||||
| * | feat(julials): use a separate package env for LanguageServer.jl (#1153) | Fredrik Ekre | 2021-08-17 | 1 | -6/+19 |
| | | |||||
| * | feat(julials): set cwd for project detection (#1149) | Michael Lingelbach | 2021-08-15 | 1 | -57/+7 |
| | | |||||
| * | feat(julials): improve project detection and simplify launch (#1079) | Fredrik Ekre | 2021-07-16 | 1 | -16/+46 |
| | | | | | * Simplify LanguageServer.jl launch command (https://github.com/julia-vscode/SymbolServer.jl/issues/54#issuecomment-643667218) * respect JULIA_PROJECT and JULIA_LOAD_PATH | ||||
| * | chore: change stylua to single quotes (#1068) | Michael Lingelbach | 2021-07-13 | 1 | -10/+10 |
| | | |||||
| * | ci: lint and format with stylua | Michael Lingelbach | 2021-07-03 | 1 | -14/+15 |
| | | |||||
| * | fix(julials): unintended characters can end up in the server_path | Michael Green | 2021-07-02 | 1 | -1/+1 |
| | | |||||
| * | LspInfo: fix display when client cmd contains newlines | Michael Lingelbach | 2021-01-14 | 1 | -20/+23 |
| | | |||||
| * | julials: fix cmd and update documentation | Michael Lingelbach | 2021-01-06 | 1 | -21/+60 |
| | | |||||
| * | Remove all installers and install logic | Michael Lingelbach | 2021-01-03 | 1 | -22/+1 |
| | | |||||
| * | Rename nvim_lsp to lspconfig | Hirokazu Hata | 2020-09-06 | 1 | -0/+66 |
