aboutsummaryrefslogtreecommitdiffstats
path: root/lua/lspconfig/util.lua
Commit message (Expand)AuthorAgeFilesLines
...
* fix: use new version as check condition (#3157)glepnir2024-05-171-3/+3
* refactor: add compatible tbl_flatten and lsp_get_clients for new version 0.10...glepnir2024-05-171-4/+14
* refactor: general cleanupLewis Russell2024-03-071-3/+16
* fix: util.root_pattern prioritises pattern order (#2885)Emilio Ziniades2023-11-181-8/+11
* fix: lsprestart command faild (#2779)Raphael2023-08-231-2/+1
* refactor: move async_run_command()Lewis Russell2023-08-221-34/+0
* refactor: move manager to separate moduleLewis Russell2023-08-221-185/+6
* perf(gopls): make get go mod cache path async (#2673)Raphael2023-06-181-0/+34
* fix: check root already in workspace (#2590)Raphael2023-05-071-47/+38
* fix(eslint): get root patterns by given path (#2556)Raphael2023-04-121-3/+4
* fix: register workspace before attaching to buffer (#2525)kylo2522023-03-241-1/+1
* fix(util): update `is_windows` detection (#2492)Wuelner Martínez2023-03-051-1/+1
* fix: eslint errors on start (regression) (#2452)Jose Veiga2023-02-121-1/+2
* fix(stylelint_lsp): update root directory pattern (#2447)Wuelner Martínez2023-02-121-2/+17
* fix: check client when get client from cache (#2429)Raphael2023-01-311-2/+2
* fix: check server support workspacefolders (#2418)Raphael2023-01-271-79/+100
* refactor: rewrite client reuse logic (#2371)Raphael2022-12-301-37/+28
* fix: not register workspace when in single file mode (#2367)Raphael2022-12-291-1/+3
* 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-261-56/+107
* 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: send the lsp method request after insert workspace folders (#2330)Raphael2022-12-201-1/+8
* 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-111-10/+26
* fix: check client is available and get client id from cache (#2303)Raphael2022-12-101-4/+5
* fix: add new root into the workspace folders (#2298)Raphael2022-12-091-6/+9
* feat: support unnamed buffer with single_file_support (#2226)Raphael2022-12-061-3/+0
* fix(lsp): don't spawn new lsp client if already persent (#2287)sigmaSd2022-12-041-0/+8
* fix: escape wildcards patterns when calling glob (#2111) (#2122)emmanueltouzery2022-09-091-1/+6
* Revert "fix: remove the config.commands (#2092)" (#2093)Raphael2022-08-261-0/+35
* fix: remove the config.commands (#2092)Raphael2022-08-261-35/+0
* feat!: 0.7 API update (#1984)Ranjith Hegde2022-08-231-39/+38
* feat: allow attaching to paths inside archives (#1687)Stéphan Kochen2022-08-231-3/+15
* feat: root finder for Mercurial repo #1847Florin Iucha2022-06-281-0/+8
* fix: no-argument :LspStop, :LspRestart with standalone files #1785Rishikesh Vaishnav2022-06-011-2/+4
* fix(glint): detect project dir inside `on_new_config` hook rather than at mod...William Boman2022-05-061-0/+3
* feat(configs): use client capabilities by default, deep-extend user-provided ...jdrouhard2022-05-041-0/+1
* ci: fix new luacheck v0.26.0 errorsPeter Lithammer2022-03-281-2/+2
* fix(lspstop): make LspStop behave as described in the docs (#1764)Federico Igne2022-03-091-1/+1
* fix: only attempt to attach to valid bufnames (#1598)Michael Lingelbach2021-12-231-0/+8
* fix: internally use forward delineated paths cross-platform (#1593)Michael Lingelbach2021-12-231-34/+37
* fix: only stop/restart managed clients on :LspStop/:LspRestart (#1591)Jose Alvarez2021-12-211-1/+12
* chore!: remove compat shims for pre-0.5.1 handlers (#1530)Christian Clason2021-12-021-21/+0
* chore: use client.request instead of buf_request (#1503)ranjithshegde2021-11-291-0/+8
* chore: prefix all vim.notify message with [lspconfig] (#1496)William Boman2021-11-271-2/+3