aboutsummaryrefslogtreecommitdiffstats
path: root/lua/lspconfig/configs.lua
Commit message (Expand)AuthorAgeFilesLines
* fix: update lua types to match latest nightly (#3048)Carlo Sala2024-03-051-2/+2
* fix: let core handle 'workspace/didChangeConfiguration' after init (#3023)Maria José Solano2024-02-241-3/+0
* fix: disable autostart after :LspStop #2987brook hong2024-01-281-0/+3
* fix(launch): check buffer is valid before get_name (#2852)Saltaformajo2023-10-041-0/+3
* refactor: add sanitize_cmd()Lewis Russell2023-08-221-8/+12
* refactor: move manager to separate moduleLewis Russell2023-08-221-91/+29
* fix(command): LspRestart should attached before buffers (#2674)Raphael2023-06-141-2/+2
* fix: check cmd not empty (#2602)Raphael2023-05-101-1/+1
* fix: vim.lsp.rpc.connect is not allowed in cmd (#2597)Access2023-05-091-1/+1
* fix: use exepath on server command (#2595)Raphael2023-05-091-0/+8
* feat: wrap get root dir in coroutine . (#2565)Raphael2023-05-061-79/+97
* fix: remove vim.schedule for on_attach (#2546)Raphael2023-04-071-2/+2
* fix(sqls): deprecate sqls suggest sqlls instead (#2544)Raphael2023-04-051-0/+11
* fix: not register workspace when in single file mode (#2367)Raphael2022-12-291-2/+2
* fix: check workspace after client initial (#2356)Raphael2022-12-261-9/+3
* fix: typo of vim.loop.cwd (#2293)Raphael2022-12-071-1/+1
* feat: support unnamed buffer with single_file_support (#2226)Raphael2022-12-061-8/+16
* perf: use alias api variable (#2260)Raphael2022-11-261-10/+10
* fix: cmd vim.lsp.rpc.connect by user (#2213)Access2022-10-231-1/+5
* feat: pass user config to the on_setup hook (#2114)William Boman2022-09-081-11/+11
* Revert "fix: remove the config.commands (#2092)" (#2093)Raphael2022-08-261-0/+27
* fix: remove the config.commands (#2092)Raphael2022-08-261-27/+0
* feat!: 0.7 API update (#1984)Ranjith Hegde2022-08-231-28/+33
* style: fix bad formatting (#1944)Peter Lithammer2022-06-021-1/+1
* fix: no-argument :LspStop, :LspRestart with standalone files #1785Rishikesh Vaishnav2022-06-011-1/+8
* fix: buffer may be invalid during on_attach #1822Tomasz N2022-05-221-8/+10
* feat(configs): use client capabilities by default, deep-extend user-provided ...jdrouhard2022-05-041-7/+5
* ci: fix new luacheck v0.26.0 errorsPeter Lithammer2022-03-281-9/+9
* feat: remove warning when server fails to start (#1711)Michael Lingelbach2022-02-111-8/+0
* fix: do not index nil config.filestypes in try_add (#1673)kyoh862022-01-221-4/+8
* fix: try_add_wrapper errors if passed nil for bufnr (#1648)v0.1.1oncomouse2022-01-091-0/+1
* fix: properly handle sanitizing bufname in .launch() (#1608)Michael Lingelbach2021-12-251-5/+4
* fix: attach to buffer when manually launching in single file mode (#1599)v0.1.0Michael Lingelbach2021-12-231-1/+2
* fix: only attempt to attach to valid bufnames (#1598)Michael Lingelbach2021-12-231-12/+13
* fix: do not attach server to buffers with nil or missing name (#1597)Michael Lingelbach2021-12-231-4/+20
* fix: internally use forward delineated paths cross-platform (#1593)Michael Lingelbach2021-12-231-7/+9
* chore: fix missing [lspconfig] prefix for vim.notify (#1546)William Boman2021-12-061-1/+1
* chore: prefix all vim.notify message with [lspconfig] (#1496)William Boman2021-11-271-2/+6
* chore: clean up importsMichael Lingelbach2021-11-251-1/+1
* chore: format with stylua (#1457)Michael Lingelbach2021-11-191-4/+6
* chore: internally switch to sending workspaceFolders (#1453)Michael Lingelbach2021-11-191-0/+4
* fix: support single file mode when no default root pattern setMichael Lingelbach2021-11-151-3/+11
* feat: add single file mode (#1385)Michael Lingelbach2021-11-111-15/+34
* fix: disambiguate autostart option from function name (#1356)kylo2522021-11-081-11/+19
* fix: set offset encoding by default (#1360)Michael Lingelbach2021-10-311-1/+7
* chore: remove modeline (#1177)Michael Lingelbach2021-08-241-1/+0
* fix: unsilent autocmd to print warning (#1171)Michael Lingelbach2021-08-241-2/+4
* feat(lspinfo): display autostart status (#964)Matthieu Coudron2021-08-061-0/+1
* feat: added global on_setup hookFolke Lemaitre2021-07-191-0/+4
* fix: expose get_root_dir instead of config.root_dirFolke Lemaitre2021-07-191-1/+1