aboutsummaryrefslogtreecommitdiffstats
path: root/plugin
Commit message (Expand)AuthorAgeFilesLines
* refactor: replace vim.loop with vim.uv #3703v2.0.0Chris Bandy2025-04-101-1/+1
* refactor: deprecate util.get_lsp_clients #3694Justin M. Keyes2025-04-051-1/+1
* feat: alias :LspInfo to `:checkhealth vim.lsp` #3663Justin M. Keyes2025-03-261-1/+1
* revert: "refactor!: make available_servers function private" #3589dundargoc2025-01-271-1/+1
* refactor: silence luals warningsdundargoc2025-01-221-0/+4
* refactor!: make available_servers function privatedundargoc2025-01-211-1/+1
* refactor: fix luals warningsv1.2.0dundargoc2024-12-191-1/+1
* refactor: remove outdated codedundargoc2024-12-081-11/+0
* refactor: replace all instances of vim.uv with vim.loopdundargoc2024-12-021-1/+1
* feat: accept multiple clients/configs in LspRestart, LspStop #3438Guilherme Soares2024-11-171-43/+46
* fix: fmt client id with name in complete of LspStop (#3436)glepnir2024-11-151-2/+2
* refactor: minor cleanup #3379Justin M. Keyes2024-10-181-5/+6
* fix(LspStop): correctly stop servers and notify user #3378Guilherme Soares2024-10-181-18/+29
* fix: command LspStop can receive server name (#3367)glepnir2024-10-141-2/+10
* feat(lspinfo): replace :LspInfo with :checkhealth #3339Justin M. Keyes2024-10-021-15/+1
* refactor: replace deprecated vim.loop with vim.uvdundargoc2024-10-021-1/+1
* refactor: move all old get_clients to new compatible (#3159)glepnir2024-05-171-1/+1
* fix(command): check server config exist in lspconfig (#3131)glepnir2024-04-291-5/+7
* fix(command): get attached buffers list by using api (#3130)glepnir2024-04-291-1/+1
* refactor: improve get_clients_from_cmd_args (#2943)Daiki Noda2024-01-311-3/+3
* chore: move loading status check to the top (#2942)Daiki Noda2023-12-211-2/+2
* chore: check version 0.8+ (#2940)Daiki Noda2023-12-201-2/+2
* perf: reduce an unnecessary function call #2913Daiki Noda2023-11-261-1/+1
* fix(LspRestart): check client attched_buffers count by using tbl_count (#2725)Raphael2023-07-181-1/+1
* fix(command): LspRestart should attached before buffers (#2674)Raphael2023-06-141-3/+6
* fix: lsprestart only restart client which have attached buffer (#2669)Raphael2023-06-121-1/+3
* fix(commands): Strange `LspStop` arguments, not matching doc (#2486)Rational-Curiosity2023-03-011-6/+5
* fix: wrong param in get_active_clients (#2362)Raphael2022-12-271-1/+1
* fix: run all matched client in LspStart (#2314)Raphael2022-12-131-2/+2
* fix: improve client stop logic in LspStop (#2296)Raphael2022-12-071-2/+1
* feat: support force stop language server (#2294)Raphael2022-12-071-3/+12
* fix: restart client after client is stopped after LspRestart (#2290)Raphael2022-12-051-3/+19
* perf: use alias api variable (#2260)Raphael2022-11-261-4/+4
* fix: lspstop should close the client by given client (#2101)Raphael2022-08-281-3/+12
* feat: improve LspInfo (#2081)Raphael2022-08-261-6/+19
* fix: lspstart should be work without arg (#2090)Raphael2022-08-261-6/+7
* fix: add lsplog command (#2088)Raphael2022-08-251-0/+6
* fix: LspStop should be only stop the current buffer servers by default (#2082)Raphael2022-08-251-1/+5
* feat: sort autocompletion items alphabetically (#2084)William Boman2022-08-251-4/+9
* feat!: 0.7 API update (#1984)Ranjith Hegde2022-08-232-16/+91
* fix: only stop/restart managed clients on :LspStop/:LspRestart (#1591)Jose Alvarez2021-12-211-1/+1
* feat: improve interface for `:Lsp*` commands (#1324)Vsevolod2021-10-171-5/+3
* Add stop, start, and restart commandsMichael Lingelbach2021-03-281-1/+8
* Add compatibility functions with deprecation noticeMichael Lingelbach2021-01-031-0/+1
* Remove all installers and install logicMichael Lingelbach2021-01-031-4/+0
* Rename nvim_lsp to lspconfigHirokazu Hata2020-09-062-14/+14
* [add] check Duplicatekazukazuinaina2020-03-081-0/+5
* :LspInstall : set complete fn to Lua fnJustin M. Keyes2019-12-081-8/+6
* Redo installation. (#17)Ashkan Kiani2019-11-151-0/+11