aboutsummaryrefslogtreecommitdiffstats
path: root/lua/lspconfig/util.lua
Commit message (Expand)AuthorAgeFilesLines
* 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
* fix: single_file_mode should be single_file_support (#1489)Michael Lingelbach2021-11-261-4/+4
* chore: clean up importsMichael Lingelbach2021-11-251-1/+1
* fix: only set cmd_cwd if filepath exists (#1485)Michael Lingelbach2021-11-251-1/+2
* fix: set correct cwd config key when unset (#1483)Julian Berman2021-11-251-2/+4
* chore: remove executable check (#1477)Michael Lingelbach2021-11-241-5/+8
* chore: internally switch to sending workspaceFolders (#1453)Michael Lingelbach2021-11-191-0/+1
* feat: add worktree support to find_git_ancestor (#1450)Michael Lingelbach2021-11-191-1/+2
* chore: clean up unused function args (#1426)Michael Lingelbach2021-11-151-1/+1
* fix: update error message (#1406)William Boman2021-11-111-1/+1
* feat: spawn the language server in resolved root directory (#1407)Michael Lingelbach2021-11-111-0/+4
* feat: add single file mode (#1385)Michael Lingelbach2021-11-111-8/+25
* feat: improve interface for `:Lsp*` commands (#1324)Vsevolod2021-10-171-0/+11
* fix: add compat shim for handler change in core (#1248)Christian Clason2021-09-101-0/+21
* fix(ui): gracefully handle nil filetypes (#1217)kylo2522021-09-031-6/+9
* feat(lspinfo): improve layout (#1186)kylo2522021-08-281-0/+28
* Revert "feat(ui): lspinfo: better layout #1184)" (#1185)Michael Lingelbach2021-08-251-11/+0
* feat(ui): lspinfo: better layout #1184)kylo2522021-08-251-0/+11
* chore: remove modeline (#1177)Michael Lingelbach2021-08-241-1/+0
* fix: unsilent autocmd to print warning (#1171)Michael Lingelbach2021-08-241-4/+1
* feat(lspinfo): display autostart status (#964)Matthieu Coudron2021-08-061-0/+1
* ci: run codespell on pull requests (#1101)dundargoc2021-07-251-1/+1
* feat: added global on_setup hookFolke Lemaitre2021-07-191-0/+3
* feat: added option to disable an lsp server from the configFolke Lemaitre2021-07-191-0/+4
* chore: change stylua to single quotes (#1068)Michael Lingelbach2021-07-131-30/+30
* fix: ensure path exists before calling fs_realpath (#1052)Michael Lingelbach2021-07-091-2/+3
* feat: try to resolve root for new filesMichael Lingelbach2021-07-081-4/+12
* Revert "fix: try to resolve root directory if file is not yet on disk"Michael Lingelbach2021-07-051-1/+1