| Commit message (Collapse) | Author | Age | Files | Lines | ||
|---|---|---|---|---|---|---|
| ... | ||||||
| * | feat(deno_ls): update Deno root pattern (#1321) | David | 2021-10-17 | 1 | -2/+2 | |
| | | ||||||
| * | fix(eslint): return {} in custom handlers (#1320) | William Boman | 2021-10-17 | 1 | -3/+5 | |
| | | ||||||
| * | feat(eslint): add vue to eslint filetypes (#1315) | Björn Ganslandt | 2021-10-16 | 1 | -0/+1 | |
| | | ||||||
| * | docs: mention Bear can generate compile_commands.json (#1318) | Igor Lacerda | 2021-10-16 | 2 | -2/+2 | |
| | | ||||||
| * | fix: remove invalid cucumber package.json (#1307) | Michael Lingelbach | 2021-10-14 | 1 | -1/+0 | |
| | | ||||||
| * | docs(tsserver): document tsconfig.json and jsconfig.json (#1304) | Landon Schropp | 2021-10-14 | 1 | -0/+20 | |
| | | ||||||
| * | fix(eslint): provide extra settings to make it work outside of a VSCode ↵ | William Boman | 2021-10-14 | 1 | -8/+43 | |
| | | | | | | | | | | | | | | | | | | context (#1299) * avoid word splitting when opening doc, also add windows support * add settings that makes server work outside a VSCode context * add more custom handlers * change root pattern to search for eslint config file formats See https://eslint.org/docs/user-guide/configuring/configuration-files#configuration-file-formats. * specify workspaceFolder in on_new_config * use uv_os_uname() to determine OS | |||||
| * | feat: add emmet_ls (#1295) | William Boman | 2021-10-12 | 1 | -0/+25 | |
| | | ||||||
| * | feat: add eslint language server (#1273) | Jens Claes | 2021-10-12 | 1 | -0/+130 | |
| | | ||||||
| * | fix(denols): update handlers to support 0.5.1 signature (#1233) | Jason Cheatham | 2021-10-09 | 1 | -4/+10 | |
| | | ||||||
| * | fix(checkhealth): rename check_health to check (#1296) | Matthieu Coudron | 2021-10-05 | 1 | -1/+1 | |
| | | | | as mandated by https://github.com/neovim/neovim/pull/15259#issuecomment-934241413 | |||||
| * | fix: disable telemetry in yamlls (#1294) | kylo252 | 2021-10-04 | 1 | -0/+4 | |
| | | ||||||
| * | feat: add Idris2-Lsp suppport (#1283) | Greg Werbin | 2021-09-29 | 1 | -0/+42 | |
| | | | | Add support for Idris2 via Idris2-Lsp. | |||||
| * | docs: remove volar package.json (#1289) | Michael Lingelbach | 2021-09-29 | 1 | -1/+0 | |
| | | | | | This package.json does not expose relevant documentation and blocks docgen. | |||||
| * | fix(docs): add missing package.json to intelephense (#1276) | kylo252 | 2021-09-29 | 1 | -2/+3 | |
| | | ||||||
| * | fix(docs): add package.json for java langserver (#1277) | kylo252 | 2021-09-29 | 1 | -0/+1 | |
| | | ||||||
| * | docs(nimls): update root directory (#1286) | Greg Werbin | 2021-09-29 | 1 | -3/+0 | |
| | | ||||||
| * | feat: add cucumber language server | Ensar Sarajčić | 2021-09-23 | 1 | -0/+29 | |
| | | ||||||
| * | style: format files with stylua v0.11.0 | Peter Lithammer | 2021-09-23 | 2 | -2/+16 | |
| | | ||||||
| * | fix(css): update root pattern (#1264) | pedro757 | 2021-09-16 | 1 | -4/+2 | |
| | | ||||||
| * | fix: update svelteserver cmd on Windows (#1256) | Alex Fischer | 2021-09-15 | 1 | -0/+3 | |
| | | ||||||
| * | feat: introduce psalm language server | gbprod | 2021-09-14 | 1 | -0/+27 | |
| | | ||||||
| * | feat: add zk language server (#1249) | wurosh | 2021-09-12 | 1 | -0/+48 | |
| | | ||||||
| * | feat(csharp_ls): add support for C# using csharp-ls language server (#1251) | Saulius Menkevičius | 2021-09-11 | 1 | -0/+26 | |
| | | ||||||
| * | Merge pull request #1246 from polyzen/add-taplo-lsp | Peter Lithammer | 2021-09-10 | 1 | -0/+27 | |
| |\ | | | | | feat: add taplo-lsp | |||||
| | * | feat: add taplo-lsp (#1246) | Daniel M. Capella | 2021-09-09 | 1 | -0/+27 | |
| | | | | | | | | | | | Thanks to @mattn: https://github.com/mattn/vim-lsp-settings/pull/459 | |||||
| * | | fix: add compat shim for handler change in core (#1248) | Christian Clason | 2021-09-10 | 4 | -48/+62 | |
| | | | | | | | | | | | | | Add a compatibility shim to `util.lua` adapting to change in handler signature and use it where needed. (Skip `rust-analyzer` and `denols` since their requests don't use handlers.) | |||||
| * | | fix(rust-analyzer): skip stderr for cargo metadata (#1235) | Jon Gjengset | 2021-09-09 | 1 | -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 Tinio | 2021-09-09 | 1 | -1/+1 | |
| |/ | | | * see: https://github.com/JakeBecker/vscode-elixir-ls/#this-project-has-moved | |||||
| * | fix(texlab): update to handler signature change (#1240) | Christian Clason | 2021-09-09 | 1 | -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 Lingelbach | 2021-09-08 | 1 | -3/+3 | |
| | | ||||||
| * | feat(dartls): respect FLUTTER_SDK (#1097) | Scott Little | 2021-09-08 | 1 | -3/+6 | |
| | | ||||||
| * | feat: add arduino language server (#1236) | Michael Lingelbach | 2021-09-08 | 1 | -0/+55 | |
| | | ||||||
| * | feat: add pascal language server (#1087) | Dhia | 2021-09-08 | 1 | -0/+41 | |
| | | ||||||
| * | feat(purescript): add pulp support (#1169) | Kosei Kashihara | 2021-09-08 | 1 | -2/+2 | |
| | | ||||||
| * | feat(volar): add support for the volar langserver for Vue (#1223) | 3nuc | 2021-09-08 | 1 | -0/+89 | |
| | | ||||||
| * | fix: use pairs in LspRestart (#1234) | Michael Lingelbach | 2021-09-07 | 1 | -1/+1 | |
| | | ||||||
| * | feat(solidity): support solang language server (#1227) | Michael Lingelbach | 2021-09-05 | 1 | -0/+28 | |
| | | | | Co-authored-by: Christian Chiarulli <chris.machine@pm.me> | |||||
| * | feat(leanls,lean3ls): add support for Lean 3/4 standard libraries (#1156) | Rishikesh Vaishnav | 2021-09-05 | 2 | -8/+27 | |
| | | ||||||
| * | fix(bashls): add .git to root_dir (#1218) | Mikhail Zolotukhin | 2021-09-04 | 1 | -1/+3 | |
| | | ||||||
| * | fix(ui): gracefully handle nil filetypes (#1217) | kylo252 | 2021-09-03 | 1 | -6/+9 | |
| | | ||||||
| * | feat(lemminx): add eclipse/lemminx XML Language Server (#934) | tormodatt | 2021-09-01 | 1 | -0/+32 | |
| | | | | Co-authored-by: Tormod Alf Try Tufteland <tormodat.tufteland@eika.no> | |||||
| * | feat(htmlls): improve root detection (#1200) | Michael Lingelbach | 2021-08-28 | 1 | -3/+1 | |
| | | ||||||
| * | feat(lspinfo): improve layout (#1186) | kylo252 | 2021-08-28 | 3 | -120/+213 | |
| | | ||||||
| * | feat(shopify): add shopify theme-check-language-server support (#1191) | rawalplawit | 2021-08-28 | 1 | -0/+33 | |
| | | ||||||
| * | docs(jsonls): add completion requirements (#1193) | garypippi | 2021-08-28 | 1 | -0/+12 | |
| | | ||||||
| * | docs(puppet): add package.json for docgen (#1187) | David Hollinger III | 2021-08-25 | 1 | -0/+1 | |
| | | ||||||
| * | Revert "feat(ui): lspinfo: better layout #1184)" (#1185) | Michael Lingelbach | 2021-08-25 | 3 | -185/+113 | |
| | | | | This reverts commit d6e78ef013a57761226df5b842d52912f15011dd. | |||||
| * | feat(ui): lspinfo: better layout #1184) | kylo252 | 2021-08-25 | 3 | -113/+185 | |
| | | ||||||
| * | fix(pyright): update root detection (#1180) | Michael Lingelbach | 2021-08-24 | 1 | -1/+1 | |
| | | ||||||
