aboutsummaryrefslogtreecommitdiffstats
path: root/lua
Commit message (Collapse)AuthorAgeFilesLines
...
* feat(ltexls): simplify configuration (#1364)Michael Lingelbach2021-11-021-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 Adams2021-11-011-29/+42
|
* docs(sqls): fix cmd (#1363)George Rodrigues2021-11-011-1/+1
|
* feat: add support for ltex-ls (#863)Lucas Biaggi2021-10-311-0/+37
| | | Co-authored-by: William Boman <william@redwill.se>
* fix: set offset encoding by default (#1360)Michael Lingelbach2021-10-312-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)kylo2522021-10-311-1/+1
|
* docs(pasls): fix broken code block (#1343)James Trew2021-10-271-18/+7
|
* docs: fix codeblock for lemminx (#1338)Mads Mogensen2021-10-241-0/+1
|
* feat: add fstar language server (#1280)Fabian2021-10-221-0/+21
|
* feat: add flux-lsp configuration (#1335)Michael Lingelbach2021-10-221-0/+27
| | | Co-authored-by: Nathaniel Cook <nvcook42@gmail.com>
* fix(ansiblels): update default settings (#1323)Gero Hillebrand2021-10-171-0/+3
| | | | | | | * add the required setting `executionEnvironment.enabled ` with default `false` The breaking change was introduced in this commit: https://github.com/ansible/ansible-language-server/commit/cefd599043311fcba5803e780edce16c09cc9c64
* feat: improve interface for `:Lsp*` commands (#1324)Vsevolod2021-10-172-29/+26
|
* feat(deno_ls): update Deno root pattern (#1321)David2021-10-171-2/+2
|
* fix(eslint): return {} in custom handlers (#1320)William Boman2021-10-171-3/+5
|
* feat(eslint): add vue to eslint filetypes (#1315)Björn Ganslandt2021-10-161-0/+1
|
* docs: mention Bear can generate compile_commands.json (#1318)Igor Lacerda2021-10-162-2/+2
|
* fix: remove invalid cucumber package.json (#1307)Michael Lingelbach2021-10-141-1/+0
|
* docs(tsserver): document tsconfig.json and jsconfig.json (#1304)Landon Schropp2021-10-141-0/+20
|
* fix(eslint): provide extra settings to make it work outside of a VSCode ↵William Boman2021-10-141-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 Boman2021-10-121-0/+25
|
* feat: add eslint language server (#1273)Jens Claes2021-10-121-0/+130
|
* fix(denols): update handlers to support 0.5.1 signature (#1233)Jason Cheatham2021-10-091-4/+10
|
* fix(checkhealth): rename check_health to check (#1296)Matthieu Coudron2021-10-051-1/+1
| | | as mandated by https://github.com/neovim/neovim/pull/15259#issuecomment-934241413
* fix: disable telemetry in yamlls (#1294)kylo2522021-10-041-0/+4
|
* feat: add Idris2-Lsp suppport (#1283)Greg Werbin2021-09-291-0/+42
| | | Add support for Idris2 via Idris2-Lsp.
* docs: remove volar package.json (#1289)Michael Lingelbach2021-09-291-1/+0
| | | | This package.json does not expose relevant documentation and blocks docgen.
* fix(docs): add missing package.json to intelephense (#1276)kylo2522021-09-291-2/+3
|
* fix(docs): add package.json for java langserver (#1277)kylo2522021-09-291-0/+1
|
* docs(nimls): update root directory (#1286)Greg Werbin2021-09-291-3/+0
|
* feat: add cucumber language serverEnsar Sarajčić2021-09-231-0/+29
|
* style: format files with stylua v0.11.0Peter Lithammer2021-09-232-2/+16
|
* fix(css): update root pattern (#1264)pedro7572021-09-161-4/+2
|
* fix: update svelteserver cmd on Windows (#1256)Alex Fischer2021-09-151-0/+3
|
* feat: introduce psalm language servergbprod2021-09-141-0/+27
|
* feat: add zk language server (#1249)wurosh2021-09-121-0/+48
|
* feat(csharp_ls): add support for C# using csharp-ls language server (#1251)Saulius Menkevičius2021-09-111-0/+26
|
* Merge pull request #1246 from polyzen/add-taplo-lspPeter Lithammer2021-09-101-0/+27
|\ | | | | feat: add taplo-lsp
| * feat: add taplo-lsp (#1246)Daniel M. Capella2021-09-091-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 Clason2021-09-104-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 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>