aboutsummaryrefslogtreecommitdiffstats
path: root/lua
Commit message (Collapse)AuthorAgeFilesLines
...
* | fix(rust-analyzer): skip stderr for cargo metadata (#1235)Jon Gjengset2021-09-091-4/+26
| | | | | | | | | | | | | | | | | | | | Vim's `system` output includes both STDOUT and STDERR, which means it may contain all sorts of debug output, especially if the user is using custom rustup toolchains. This change ignores STDERR output for parsing the metadata output to fix rust_analyzer in those contexts. This change also moves to `jobstart`/`jobwait` over `system`, which avoids pitfalls related to shell argument parsing and escaping, and allows finer-grained control over output redirection.
* | docs(elixirls): fix package_json (#1245)Aaron Tinio2021-09-091-1/+1
|/ | | * see: https://github.com/JakeBecker/vscode-elixir-ls/#this-project-has-moved
* fix(texlab): update to handler signature change (#1240)Christian Clason2021-09-091-2/+25
| | | | | | | * fix(texlab): update to handler signature change Update the handlers for `textDocument/build` and `textDocument/forwardSearch` to the upstream breaking signature change.
* fix(dartls): use correct path.join (#1237)Michael Lingelbach2021-09-081-3/+3
|
* feat(dartls): respect FLUTTER_SDK (#1097)Scott Little2021-09-081-3/+6
|
* feat: add arduino language server (#1236)Michael Lingelbach2021-09-081-0/+55
|
* feat: add pascal language server (#1087)Dhia2021-09-081-0/+41
|
* feat(purescript): add pulp support (#1169)Kosei Kashihara2021-09-081-2/+2
|
* feat(volar): add support for the volar langserver for Vue (#1223)3nuc2021-09-081-0/+89
|
* fix: use pairs in LspRestart (#1234)Michael Lingelbach2021-09-071-1/+1
|
* feat(solidity): support solang language server (#1227)Michael Lingelbach2021-09-051-0/+28
| | | Co-authored-by: Christian Chiarulli <chris.machine@pm.me>
* feat(leanls,lean3ls): add support for Lean 3/4 standard libraries (#1156)Rishikesh Vaishnav2021-09-052-8/+27
|
* fix(bashls): add .git to root_dir (#1218)Mikhail Zolotukhin2021-09-041-1/+3
|
* fix(ui): gracefully handle nil filetypes (#1217)kylo2522021-09-031-6/+9
|
* feat(lemminx): add eclipse/lemminx XML Language Server (#934)tormodatt2021-09-011-0/+32
| | | Co-authored-by: Tormod Alf Try Tufteland <tormodat.tufteland@eika.no>
* feat(htmlls): improve root detection (#1200)Michael Lingelbach2021-08-281-3/+1
|
* feat(lspinfo): improve layout (#1186)kylo2522021-08-283-120/+213
|
* feat(shopify): add shopify theme-check-language-server support (#1191)rawalplawit2021-08-281-0/+33
|
* docs(jsonls): add completion requirements (#1193)garypippi2021-08-281-0/+12
|
* docs(puppet): add package.json for docgen (#1187)David Hollinger III2021-08-251-0/+1
|
* Revert "feat(ui): lspinfo: better layout #1184)" (#1185)Michael Lingelbach2021-08-253-185/+113
| | | This reverts commit d6e78ef013a57761226df5b842d52912f15011dd.
* feat(ui): lspinfo: better layout #1184)kylo2522021-08-253-113/+185
|
* fix(pyright): update root detection (#1180)Michael Lingelbach2021-08-241-1/+1
|
* fix(omnisharp): pass source dir to cmd (#1178)Michael Lingelbach2021-08-241-0/+6
|
* chore: remove modeline (#1177)Michael Lingelbach2021-08-2456-84/+0
|
* chore: standardize arg on fname in root (#1176)Michael Lingelbach2021-08-245-11/+9
|
* chore(pyright): align root with pylsp (#1175)Michael Lingelbach2021-08-241-11/+10
|
* chore: refactor ui components (#1172)Michael Lingelbach2021-08-243-3/+3
|
* fix: unsilent autocmd to print warning (#1171)Michael Lingelbach2021-08-242-6/+5
|
* docs: update tailwindcss installation instructionsMichael Lingelbach2021-08-201-16/+3
|
* fix: remove empty cmd for java_language_serverMichael Lingelbach2021-08-181-1/+0
|
* feat(julials): use a separate package env for LanguageServer.jl (#1153)Fredrik Ekre2021-08-171-6/+19
|
* fix(pyright): use pyrightconfig.json like sign of root directoryVadim Nikolaev2021-08-161-0/+1
|
* fix(diagnosticls): update cmd to support windows (#1147)Jared Johnson2021-08-151-0/+3
|
* feat(julials): set cwd for project detection (#1149)Michael Lingelbach2021-08-151-57/+7
|
* feat(graphql): add more supported config files for root detection (#1141)Keith Smiley2021-08-141-2/+2
|
* docs(svls): add installation instructions (#1134)Akilesh Kannan2021-08-121-2/+8
|
* feat: add mint language server (#1136)Michael Fellinger2021-08-111-0/+20
|
* fix: don't pass the cwd to root_pattern (#1130)kylo2522021-08-103-6/+12
|
* feat(lspinfo): display autostart status (#964)Matthieu Coudron2021-08-063-0/+11
|
* feat: add bicep language server (#1077)Damien Pontifex2021-08-061-0/+41
|
* feat(tsserver): support yarn PnP (#1078)Tom2021-08-061-0/+1
| | | added hostInfo to init_options to allow yarn pnp sdk to identify editor and patch paths appropriately.
* Merge pull request #1108 from abgeana/masterPeter Lithammer2021-08-051-2/+3
|\ | | | | update ccls root pattern
| * fix(ccls): add .ccls as root patternAlexandru Geană2021-08-051-2/+3
| | | | | | | | CCLS searches for a .ccls file to identify the root folder for a project.
* | feat(gopls): add support for "go.work" files (#1125)Peter Lithammer2021-08-051-3/+3
| | | | | | | | | | Gopls has added support for go.work files (https://github.com/golang/go/issues/45713) See https://github.com/golang/tools/releases/tag/gopls%2Fv0.7.1
* | docs(ansible): remove faulty package.json (#1119)Michael Lingelbach2021-08-011-1/+0
| |
* | feat: add ansible-language-server (#1118)Craig James Fielder2021-08-011-0/+40
| |
* | docs(efm): remove blankspace (#1113)Michael Lingelbach2021-07-281-2/+2
| |
* | chore: remove xcrun from sourcekit-lsp cmd (#1112)Keith Smiley2021-07-281-1/+1
| | | | | | | | | | With recent versions of macOS + Xcode sourcekit-lsp is now in /usr/bin, so running it with `xcrun` is no longer necessary. This also enables this configuration to work on Linux.
* | docs(efm): specify that filetypes must be setMichael Lingelbach2021-07-281-0/+12
| |