aboutsummaryrefslogtreecommitdiffstats
path: root/lua/lspconfig/manager.lua
Commit message (Expand)AuthorAgeFilesLines
* refactor: replace all instances of vim.uv with vim.loopdundargoc2024-12-021-3/+2
* fix: using method string instead constant (#3468)glepnir2024-11-271-1/+1
* refactor: remove internal implementation of `util.path.sanitize` #3464dundargoc2024-11-261-2/+2
* refactor: remove implementation of util.path.dirname #3460dundargoc2024-11-261-1/+1
* Revert "fix: check existing_client support workspaceFolder (#3452)" (#3459)glepnir2024-11-261-8/+6
* fix: check existing_client support workspaceFolder (#3452)glepnir2024-11-261-6/+8
* feat: add silent on error optionMaria José Solano2024-11-231-7/+12
* feat: use vim.lsp.start instead of vim.lsp.start_clientMaria José Solano2024-11-231-114/+46
* fix(health): support Nvim 0.9Justin M. Keyes2024-10-021-1/+1
* refactor: replace deprecated vim.loop with vim.uvdundargoc2024-10-021-1/+1
* refactor: rename "server_configurations" => "configs" #3330Justin M. Keyes2024-10-011-1/+1
* fix: root_dir support string value directly (#3313)glepnir2024-09-231-1/+3
* refactor: handle updated signature of lsp.start_client (#3126)Gregory Anders2024-04-261-1/+6
* fix: revert to not requiring single_file_mode and root_dir check (#3088)Patricio Serrano2024-03-241-2/+1
* refactor: general cleanupLewis Russell2024-03-071-15/+15
* fix: update lua types to match latest nightly (#3048)Carlo Sala2024-03-051-5/+5
* fix: enforce single file mode check when root_dir differs from client (#2998)Patricio Serrano2024-02-061-1/+2
* refactor: move manager to separate moduleLewis Russell2023-08-221-0/+297