| Commit message (Collapse) | Author | Age | Files | Lines | ||
|---|---|---|---|---|---|---|
| ... | ||||||
| * | fix: only set cmd_cwd if filepath exists (#1485) | Michael Lingelbach | 2021-11-25 | 1 | -1/+2 | |
| | | ||||||
| * | fix: set correct cwd config key when unset (#1483) | Julian Berman | 2021-11-25 | 2 | -5/+4 | |
| | | | | pass `cmd_cwd` instead of `cwd` in `config` to start_client | |||||
| * | chore: remove executable check (#1477) | Michael Lingelbach | 2021-11-24 | 1 | -5/+8 | |
| | | | | | | | * start_client handles checking if the server is executable, it is redundant to check this in lspconfig * vim.fn.executable does not respect cmd_env, which can allow injecting servers via a local PATH override | |||||
| * | fix(leanls): make opening nonexisting directories work (#1474) | Julian Berman | 2021-11-23 | 2 | -10/+0 | |
| | | ||||||
| * | docs: fix typo in installation command for ocamlls (#1475) | dundargoc | 2021-11-23 | 1 | -1/+1 | |
| | | ||||||
| * | feat: add ruby typeprof support (#1459) | Cory Hutchison | 2021-11-21 | 1 | -0/+22 | |
| | | ||||||
| * | fix(health): fix problem of always showing warning (#1466) | erw7 | 2021-11-21 | 1 | -1/+1 | |
| | | ||||||
| * | fix(health): fix problem that could return empty results (#1461) | Michael Lingelbach | 2021-11-20 | 1 | -0/+3 | |
| | | | | Co-authored-by: erw7 <erw7.github@gmail.com> | |||||
| * | feat(clojure_lsp): add shadow-cljs root pattern (#1451) | Loreo13 | 2021-11-19 | 1 | -2/+2 | |
| | | ||||||
| * | chore: format with stylua (#1457) | Michael Lingelbach | 2021-11-19 | 1 | -4/+6 | |
| | | ||||||
| * | feat: add spectral-language-server support (#1455) | Luiz Correia | 2021-11-19 | 1 | -0/+32 | |
| | | ||||||
| * | chore: internally switch to sending workspaceFolders (#1453) | Michael Lingelbach | 2021-11-19 | 2 | -0/+5 | |
| | | ||||||
| * | feat: add worktree support to find_git_ancestor (#1450) | Michael Lingelbach | 2021-11-19 | 1 | -1/+2 | |
| | | | | | | * find_git_ancestor previously only checked for `.git ` directories * git worktrees use a `.git` file with reference to the original git directory | |||||
| * | docs(volar): add Take Over Mode & smart global TS fallback docs (#1448) | Michael Lingelbach | 2021-11-18 | 1 | -6/+55 | |
| | | | | Co-authored-by: Artur Tagisow <artur@tagisow.dev> | |||||
| * | feat(jsonnet): add JSONNET_PATH environmental variable to cmd_env (#1437) | Christian Haudum | 2021-11-18 | 1 | -0/+14 | |
| | | | | | | * root_dir/lib and root_dir /vendor are common jsonnet library paths. * the jsonnet language server can use the JSONNET_PATH env variable to resolve referenced files within these folders | |||||
| * | 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. | |||||
| * | fix(texlab): add language-specific root marker (#1441) | Christian Clason | 2021-11-18 | 1 | -4/+3 | |
| | | ||||||
| * | fix(denols): drop references to package.json (#1439) | Ron Waldon | 2021-11-18 | 1 | -2/+2 | |
| | | ||||||
| * | fix(groovyls): update root_dir (#1432) | Lucy Crockett | 2021-11-16 | 1 | -2/+6 | |
| | | | | Add `Jenkinsfile` as language specific `root_dir` marker, remove `home_dir` (but leave `git_ancestor`) as fallback. | |||||
| * | Merge pull request #1430 from mjlbach/feat/sixtyfps | Michael Lingelbach | 2021-11-15 | 2 | -3/+41 | |
| |\ | ||||||
| | * | fix: support single file mode when no default root pattern set | Michael Lingelbach | 2021-11-15 | 1 | -3/+11 | |
| | | | ||||||
| | * | feat: add support for SixtyFPS language server | RustemB | 2021-11-15 | 1 | -0/+30 | |
| | | | ||||||
| * | | Merge pull request #1428 from jcmuller/add-terraform-lsp | Michael Lingelbach | 2021-11-15 | 2 | -0/+67 | |
| |\ \ | ||||||
| | * | | docs(terraformls): add difference between terraform-ls and terraform-lsp to doc | Juan C. Müller | 2021-11-15 | 1 | -0/+22 | |
| | | | | ||||||
| | * | | feat: add terraform-lsp server | Juan C. Müller | 2021-11-15 | 1 | -0/+45 | |
| | |/ | ||||||
| * / | fix(ccls): revert single file support (#1429) | Michael Lingelbach | 2021-11-15 | 1 | -1/+2 | |
| |/ | ||||||
| * | feat: add robotframework-lsp support (#1357) | egi | 2021-11-15 | 1 | -0/+24 | |
| | | | | | Co-authored-by: Peter Lithammer <peter.lithammer@gmail.com> Co-authored-by: Michael Lingelbach <m.j.lbach@gmail.com> | |||||
| * | chore: clean up unused function args (#1426) | Michael Lingelbach | 2021-11-15 | 2 | -3/+3 | |
| | | ||||||
| * | feat: add jsonnet-language-server (#1372) | Zach Leslie | 2021-11-15 | 1 | -0/+22 | |
| | | ||||||
| * | feat: add support for lelwel language server (#1205) | Daniel Pfister | 2021-11-15 | 1 | -0/+22 | |
| | | | | Co-authored-by: Michael Lingelbach <m.j.lbach@gmail.com> | |||||
| * | fix(dartls): update initialization options (#1345) | Romario López | 2021-11-15 | 1 | -4/+10 | |
| | | | | * align settings and initialization options with flutter-tools.nvim | |||||
| * | feat: add pyre language server. (#1139) | Brandon Bennett | 2021-11-15 | 1 | -0/+23 | |
| | | ||||||
| * | feat(vala_ls): add single file support (#1425) | Princeton Ferro | 2021-11-14 | 1 | -0/+1 | |
| | | ||||||
| * | fix(powershell_es): do not overwrite cmd if present in new_config callback ↵ | Páll Andrés Pálsson | 2021-11-14 | 1 | -6/+21 | |
| | | | | | (#1383) | |||||
| * | docs: update vala-language-server URL (#1319) | Princeton Ferro | 2021-11-14 | 1 | -1/+1 | |
| | | | | Co-authored-by: Michael Lingelbach <m.j.lbach@gmail.com> | |||||
| * | feat: enable single_file_support for dockerls (#1291) | kylo252 | 2021-11-14 | 1 | -0/+1 | |
| | | ||||||
| * | feat(fortls): include git in root pattern (#1424) | Michael Lingelbach | 2021-11-14 | 1 | -1/+3 | |
| | | ||||||
| * | fix(graphql): detect graphql.config.* files as root (#1351) | Trent Nicholson | 2021-11-14 | 1 | -1/+1 | |
| | | ||||||
| * | feat: add vdmj language server (#1094) | Alessandro Pezzoni | 2021-11-14 | 1 | -0/+136 | |
| | | | | Co-authored-by: Michael Lingelbach <m.j.lbach@gmail.com> | |||||
| * | feat: add BSL language server (#1269) | Nikita Ivanchenko | 2021-11-14 | 1 | -0/+22 | |
| | | | | Co-authored-by: Michael Lingelbach <m.j.lbach@gmail.com> | |||||
| * | feat(clojure_lsp): add support for boot in clojure_lsp (#1416) | Ultra-Hax | 2021-11-14 | 1 | -2/+2 | |
| | | | | Co-authored-by: Michael Lingelbach <m.j.lbach@gmail.com> | |||||
| * | feat: add esbonio language server (#1292) | Alex Carney | 2021-11-14 | 1 | -0/+56 | |
| | | | | Co-authored-by: Peter Lithammer <peter.lithammer@gmail.com> | |||||
| * | fix(ansiblels): improve root-pattern detection (#1423) | kylo252 | 2021-11-14 | 1 | -4/+3 | |
| | | | | | * set root pattern to 'ansible.cfg', '.ansible-lint' * enable single file support | |||||
| * | docs(yammlls): add examples for schemas (#1421) | Michael Lingelbach | 2021-11-13 | 1 | -0/+53 | |
| | | ||||||
| * | docs(denlos): suggest markdown_fenced_languages (#1418) | Michael Lingelbach | 2021-11-12 | 1 | -0/+10 | |
| | | | | * deno ls uses ts for typescript, which requires a custom markdown_fenced_languages for vim's markdown rule to support highlighting | |||||
| * | fix(efm): disable single file support (#1413) | Michael Lingelbach | 2021-11-11 | 1 | -1/+3 | |
| | | ||||||
| * | fix: update error message (#1406) | William Boman | 2021-11-11 | 1 | -1/+1 | |
| | | | | * point at server_configurations.md instead of CONFIG.md | |||||
| * | Revert "fix(gopls): resolve top-level go.mod as root_dir (#1399)" (#1410) | Michael Lingelbach | 2021-11-11 | 1 | -26/+1 | |
| | | | | This reverts commit 86abe8db3ad48271d7295b08cdbb923aa705644b. | |||||
| * | feat: spawn the language server in resolved root directory (#1407) | Michael Lingelbach | 2021-11-11 | 1 | -0/+4 | |
| | | ||||||
| * | fix(gopls): resolve top-level go.mod as root_dir (#1399) | Michael Lingelbach | 2021-11-11 | 1 | -1/+26 | |
| | | ||||||
