aboutsummaryrefslogtreecommitdiffstats
path: root/lua/lspconfig/julials.lua
Commit message (Collapse)AuthorAgeFilesLines
* feat: expose configsMichael Lingelbach2021-11-251-77/+0
|
* fix: set correct cwd config key when unset (#1483)Julian Berman2021-11-251-3/+0
| | | pass `cmd_cwd` instead of `cwd` in `config` to start_client
* fix(julials): add language-specific root marker (#1442)Christian Clason2021-11-181-1/+3
| | | * Julia packages have a `Project.toml` in the root directory.
* feat: add single file mode (#1385)Michael Lingelbach2021-11-111-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 Lingelbach2021-08-241-2/+0
|
* feat(julials): use a separate package env for LanguageServer.jl (#1153)Fredrik Ekre2021-08-171-6/+19
|
* feat(julials): set cwd for project detection (#1149)Michael Lingelbach2021-08-151-57/+7
|
* feat(julials): improve project detection and simplify launch (#1079)Fredrik Ekre2021-07-161-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 Lingelbach2021-07-131-10/+10
|
* ci: lint and format with styluaMichael Lingelbach2021-07-031-14/+15
|
* fix(julials): unintended characters can end up in the server_pathMichael Green2021-07-021-1/+1
|
* LspInfo: fix display when client cmd contains newlinesMichael Lingelbach2021-01-141-20/+23
|
* julials: fix cmd and update documentationMichael Lingelbach2021-01-061-21/+60
|
* Remove all installers and install logicMichael Lingelbach2021-01-031-22/+1
|
* Rename nvim_lsp to lspconfigHirokazu Hata2020-09-061-0/+66