aboutsummaryrefslogtreecommitdiffstats
path: root/lua
Commit message (Expand)AuthorAgeFilesLines
* fix: check client when get client from cache (#2429)Raphael2023-01-311-2/+2
* fix(ltex-ls): pass pandoc as markdown (#2426)Matthias Bilger2023-01-311-1/+2
* docs(omnisharp) : add goto definition handler information for omnisharp (#2427)sigmaSd2023-01-311-0/+2
* fix: lspinfo buffer in use error when use quit command close (#2424)Raphael2023-01-271-4/+2
* fix: check server support workspacefolders (#2418)Raphael2023-01-271-79/+100
* docs(ltex): add settings example (#2421)Brian Di Palma2023-01-271-0/+10
* feat: add veryl language server (#2422)dalance2023-01-261-0/+24
* feat: add vtsls (#2419)William Boman2023-01-241-0/+45
* docs(drools-lsp): minor documentation fix and improvements (#2415)David Ward2023-01-221-6/+6
* feat: add unocss-language-server support (#2414)xna002023-01-211-0/+38
* fix(drools-lsp): move improper client config location and improve config proc...David Ward2023-01-211-41/+38
* feat: add nomad language support (#2413)PREVOST Corentin2023-01-211-0/+36
* feat(terraformls): add terraform-vars filetype (#2410)Raphael2023-01-191-1/+1
* fix(erg-language-server): els has been integrated into the main compiler (#2404)takuto2023-01-181-4/+5
* feat: add ds-pinyin-lsp support (#2397)milanglacier2023-01-151-0/+80
* feat: add futhark-lsp support (#2395)Davidescu the Romanian2023-01-141-0/+28
* feat: add drools-lsp support (#2394)David Ward2023-01-131-0/+84
* feat: add brightscript server (#2391)Raphael2023-01-111-0/+29
* feat: support show server doc description in LspInfo (#2373)Raphael2023-01-111-3/+54
* feat: add openscad_lsp (#2384)William Boman2023-01-091-0/+22
* feat(tsserver): support single file mode in tsserver(#2375)rjooske2023-01-041-0/+1
* feat: add coffeesense-language-server support (#2376)Micke Lisinge2023-01-031-0/+28
* feat: include cmd option for arduino_language_server (#2242)aaaaargZombies2022-12-311-14/+35
* refactor: rewrite client reuse logic (#2371)Raphael2022-12-301-37/+28
* feat: add RakuNavigator Raku language server (#2372)Raphael2022-12-301-0/+33
* feat: add cabal support to hls (#2370)Michael Lan2022-12-301-0/+9
* fix(ruff-lsp): update docs to reflect init_optionsCharlie Marsh2022-12-291-3/+4
* fix: not register workspace when in single file mode (#2367)Raphael2022-12-292-3/+5
* fix: get all client from clients cache in manager.clients (#2365)Raphael2022-12-281-4/+6
* fix: generate correct workspace didchange request params (#2361)Raphael2022-12-271-68/+67
* fix: check workspace after client initial (#2356)Raphael2022-12-262-65/+110
* fix: use client config capabilities to check server support workspae (#2354)Raphael2022-12-251-2/+3
* fix: check client exist supports_method (#2351)Raphael2022-12-251-1/+6
* fix: check client support workspaceFolders (#2350)Raphael2022-12-251-8/+1
* fix: check server_capabilities field exist (#2348)Yuki Ito2022-12-241-1/+6
* refactor: remove single_clients and improve clients reuse (#2334)Raphael2022-12-241-80/+83
* fix: correct link of typescript-language-server (#2347)Raphael2022-12-241-1/+1
* docs: update root_dir for smithy_ls and ruff_lsp (#2346)William Boman2022-12-242-1/+2
* feat: add smithy-language-server support (#2342)Nick Rodgers2022-12-231-0/+30
* fix(deno): use virtual text handler for typeDefinition (#2338)sigmaSd2022-12-221-0/+1
* fix: rename ruff-lsp to ruff_lsp (#2337)Raphael2022-12-211-0/+0
* chore: remove `languageFeatures`, `documentFeatures` (#2336)Johnson Chu2022-12-211-34/+0
* feat: add ruff-lsp support (#2335)Igor Lacerda2022-12-211-0/+40
* fix: send the lsp method request after insert workspace folders (#2330)Raphael2022-12-201-1/+8
* feat: add jq support (#2333)xiantang2022-12-201-0/+30
* feat: add uvl support (#2331)Raphael2022-12-201-0/+29
* fix(gdscript): support get the port from env variable (#2313)Raphael2022-12-201-2/+3
* fix(lspinfo): safely expand filenames that don't exist on fs (#2320)William Boman2022-12-181-1/+3
* fix: run all matched client in LspStart (#2314)Raphael2022-12-131-1/+15
* feat: support multiple workspaceFolders and show correct root in Lspinfo (#2304)Raphael2022-12-112-21/+59