aboutsummaryrefslogtreecommitdiffstats
path: root/lua
Commit message (Collapse)AuthorAgeFilesLines
...
* fix: only set cmd_cwd if filepath exists (#1485)Michael Lingelbach2021-11-251-1/+2
|
* fix: set correct cwd config key when unset (#1483)Julian Berman2021-11-252-5/+4
| | | pass `cmd_cwd` instead of `cwd` in `config` to start_client
* chore: remove executable check (#1477)Michael Lingelbach2021-11-241-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 Berman2021-11-232-10/+0
|
* docs: fix typo in installation command for ocamlls (#1475)dundargoc2021-11-231-1/+1
|
* feat: add ruby typeprof support (#1459)Cory Hutchison2021-11-211-0/+22
|
* fix(health): fix problem of always showing warning (#1466)erw72021-11-211-1/+1
|
* fix(health): fix problem that could return empty results (#1461)Michael Lingelbach2021-11-201-0/+3
| | | Co-authored-by: erw7 <erw7.github@gmail.com>
* feat(clojure_lsp): add shadow-cljs root pattern (#1451)Loreo132021-11-191-2/+2
|
* chore: format with stylua (#1457)Michael Lingelbach2021-11-191-4/+6
|
* feat: add spectral-language-server support (#1455)Luiz Correia2021-11-191-0/+32
|
* chore: internally switch to sending workspaceFolders (#1453)Michael Lingelbach2021-11-192-0/+5
|
* feat: add worktree support to find_git_ancestor (#1450)Michael Lingelbach2021-11-191-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 Lingelbach2021-11-181-6/+55
| | | Co-authored-by: Artur Tagisow <artur@tagisow.dev>
* feat(jsonnet): add JSONNET_PATH environmental variable to cmd_env (#1437)Christian Haudum2021-11-181-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 Clason2021-11-181-1/+3
| | | * Julia packages have a `Project.toml` in the root directory.
* fix(texlab): add language-specific root marker (#1441)Christian Clason2021-11-181-4/+3
|
* fix(denols): drop references to package.json (#1439)Ron Waldon2021-11-181-2/+2
|
* fix(groovyls): update root_dir (#1432)Lucy Crockett2021-11-161-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/sixtyfpsMichael Lingelbach2021-11-152-3/+41
|\
| * fix: support single file mode when no default root pattern setMichael Lingelbach2021-11-151-3/+11
| |
| * feat: add support for SixtyFPS language serverRustemB2021-11-151-0/+30
| |
* | Merge pull request #1428 from jcmuller/add-terraform-lspMichael Lingelbach2021-11-152-0/+67
|\ \
| * | docs(terraformls): add difference between terraform-ls and terraform-lsp to docJuan C. Müller2021-11-151-0/+22
| | |
| * | feat: add terraform-lsp serverJuan C. Müller2021-11-151-0/+45
| |/
* / fix(ccls): revert single file support (#1429)Michael Lingelbach2021-11-151-1/+2
|/
* feat: add robotframework-lsp support (#1357)egi2021-11-151-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 Lingelbach2021-11-152-3/+3
|
* feat: add jsonnet-language-server (#1372)Zach Leslie2021-11-151-0/+22
|
* feat: add support for lelwel language server (#1205)Daniel Pfister2021-11-151-0/+22
| | | Co-authored-by: Michael Lingelbach <m.j.lbach@gmail.com>
* fix(dartls): update initialization options (#1345)Romario López2021-11-151-4/+10
| | | * align settings and initialization options with flutter-tools.nvim
* feat: add pyre language server. (#1139)Brandon Bennett2021-11-151-0/+23
|
* feat(vala_ls): add single file support (#1425)Princeton Ferro2021-11-141-0/+1
|
* fix(powershell_es): do not overwrite cmd if present in new_config callback ↵Páll Andrés Pálsson2021-11-141-6/+21
| | | | (#1383)
* docs: update vala-language-server URL (#1319)Princeton Ferro2021-11-141-1/+1
| | | Co-authored-by: Michael Lingelbach <m.j.lbach@gmail.com>
* feat: enable single_file_support for dockerls (#1291)kylo2522021-11-141-0/+1
|
* feat(fortls): include git in root pattern (#1424)Michael Lingelbach2021-11-141-1/+3
|
* fix(graphql): detect graphql.config.* files as root (#1351)Trent Nicholson2021-11-141-1/+1
|
* feat: add vdmj language server (#1094)Alessandro Pezzoni2021-11-141-0/+136
| | | Co-authored-by: Michael Lingelbach <m.j.lbach@gmail.com>
* feat: add BSL language server (#1269)Nikita Ivanchenko2021-11-141-0/+22
| | | Co-authored-by: Michael Lingelbach <m.j.lbach@gmail.com>
* feat(clojure_lsp): add support for boot in clojure_lsp (#1416)Ultra-Hax2021-11-141-2/+2
| | | Co-authored-by: Michael Lingelbach <m.j.lbach@gmail.com>
* feat: add esbonio language server (#1292)Alex Carney2021-11-141-0/+56
| | | Co-authored-by: Peter Lithammer <peter.lithammer@gmail.com>
* fix(ansiblels): improve root-pattern detection (#1423)kylo2522021-11-141-4/+3
| | | | * set root pattern to 'ansible.cfg', '.ansible-lint' * enable single file support
* docs(yammlls): add examples for schemas (#1421)Michael Lingelbach2021-11-131-0/+53
|
* docs(denlos): suggest markdown_fenced_languages (#1418)Michael Lingelbach2021-11-121-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 Lingelbach2021-11-111-1/+3
|
* fix: update error message (#1406)William Boman2021-11-111-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 Lingelbach2021-11-111-26/+1
| | | This reverts commit 86abe8db3ad48271d7295b08cdbb923aa705644b.
* feat: spawn the language server in resolved root directory (#1407)Michael Lingelbach2021-11-111-0/+4
|
* fix(gopls): resolve top-level go.mod as root_dir (#1399)Michael Lingelbach2021-11-111-1/+26
|