| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | 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 |
| | | |||||
| * | chore: use find_git_ancestor consistently (#1404) | kylo252 | 2021-11-11 | 12 | -21/+30 |
| | | |||||
| * | feat(leanls): lean 4 uses a new tool called lake now (#1390) | Julian Berman | 2021-11-11 | 1 | -2/+4 |
| | | |||||
| * | feat: add single file mode (#1385) | Michael Lingelbach | 2021-11-11 | 42 | -134/+160 |
| | | | | | | | | | | | | | * 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> | ||||
| * | docs(lua-language-server): update wiki url (#1393) | Marouane R | 2021-11-09 | 1 | -1/+1 |
| | | |||||
| * | fix(solang): add --target argument (#1388) | William Boman | 2021-11-09 | 1 | -1/+1 |
| | | | | | * Solang needs to specify a target now, can be ewasm, solana, or substrate * default to ewasm | ||||
| * | fix: disambiguate autostart option from function name (#1356) | kylo252 | 2021-11-08 | 1 | -11/+19 |
| | | | | | | | * make `config.autostart` separate from `config.launch()` * simplify handling of `config.autostart` * check for `true` instead of `not false` * replace `trigger` with the conventional `event` and `pattern` | ||||
| * | docs(jdtls): apply flags to jvm instead of jdtls (#1374) | Ankur Srivastava | 2021-11-05 | 1 | -5/+5 |
| | | |||||
| * | feat: add Nickel Language Server (#1370) | Avi Dessauer | 2021-11-04 | 1 | -0/+38 |
| | | |||||
| * | feat(als): add gpr and .adc root markers (#1368) | Tama McGlinn | 2021-11-03 | 1 | -3/+2 |
| | | |||||
| * | docs: fix broken codeblocks in descriptions (#1366) | James Trew | 2021-11-02 | 4 | -18/+17 |
| | | |||||
| * | fix(ltexls): correctly return filetype as languageid (#1365) | Michael Lingelbach | 2021-11-02 | 1 | -0/+2 |
| | | |||||
| * | feat(ltexls): simplify configuration (#1364) | Michael Lingelbach | 2021-11-02 | 1 | -19/+23 |
| | | | | | * remove default settings * update filetype detection rules to appropriately map vim filetypes to language ids expected by ltex-ls | ||||
| * | fix(jdtls): update handlers to support 0.5.1 signature (#1336) | Russ Adams | 2021-11-01 | 1 | -29/+42 |
| | | |||||
| * | docs(sqls): fix cmd (#1363) | George Rodrigues | 2021-11-01 | 1 | -1/+1 |
| | | |||||
| * | feat: add support for ltex-ls (#863) | Lucas Biaggi | 2021-10-31 | 1 | -0/+37 |
| | | | | Co-authored-by: William Boman <william@redwill.se> | ||||
| * | fix: set offset encoding by default (#1360) | Michael Lingelbach | 2021-10-31 | 2 | -7/+7 |
| | | | | | | | Some servers (clangd, rust-analyzer) support using byte ranges (utf-8 encodings). Currently this logic is handled in the configuration's on_init. This is moved into the on_init wrapper to avoid being overridden accidentally by users. | ||||
| * | fix(dockerls): remove duplicate filetype (#1358) | kylo252 | 2021-10-31 | 1 | -1/+1 |
| | | |||||
