index
:
nvim-lspconfig
master
[no description]
git mirrorbot
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
plugin
Commit message (
Expand
)
Author
Age
Files
Lines
*
fix: LspRestart/LspStop with arguments #4159
Olivia Kinnear
2025-10-27
1
-14
/
+26
*
feat: force-stop server with :LspStop! (bang) #4140
Olivia Kinnear
2025-10-23
1
-18
/
+16
*
refactor!: deprecate old framework/configs, Nvim 0.10 #4077
Justin M. Keyes
2025-09-17
1
-0
/
+4
*
perf: use has() instead of vim.version #4053
altermo
2025-09-03
1
-1
/
+1
*
refactor(lsp): vim.lsp.get_log_path() -> vim.lsp.log.get_filename() #3997
Sebastian Lyng Johansen
2025-08-14
1
-1
/
+1
*
fix!: drop support for multiple args in :LspStop/:LspRestart #3896
Markus Koller
2025-06-13
1
-4
/
+4
*
fix: support :LspRestart without arguments #3895
v2.3.0
Markus Koller
2025-06-10
1
-4
/
+16
*
fix: support :LspStart/LspStop without arguments #3890
Markus Koller
2025-06-07
1
-7
/
+29
*
fix: enable :LspLog command in Nvim 0.11.2 #3883
Steve Vermeulen
2025-06-02
1
-6
/
+6
*
feat: support :LspStart/LspRestart in Nvim 0.11.2+ #3734
Lorenzo Bellina
2025-05-04
1
-0
/
+76
*
refactor: replace vim.loop with vim.uv #3703
v2.0.0
Chris Bandy
2025-04-10
1
-1
/
+1
*
refactor: deprecate util.get_lsp_clients #3694
Justin M. Keyes
2025-04-05
1
-1
/
+1
*
feat: alias :LspInfo to `:checkhealth vim.lsp` #3663
Justin M. Keyes
2025-03-26
1
-1
/
+1
*
revert: "refactor!: make available_servers function private" #3589
dundargoc
2025-01-27
1
-1
/
+1
*
refactor: silence luals warnings
dundargoc
2025-01-22
1
-0
/
+4
*
refactor!: make available_servers function private
dundargoc
2025-01-21
1
-1
/
+1
*
refactor: fix luals warnings
v1.2.0
dundargoc
2024-12-19
1
-1
/
+1
*
refactor: remove outdated code
dundargoc
2024-12-08
1
-11
/
+0
*
refactor: replace all instances of vim.uv with vim.loop
dundargoc
2024-12-02
1
-1
/
+1
*
feat: accept multiple clients/configs in LspRestart, LspStop #3438
Guilherme Soares
2024-11-17
1
-43
/
+46
*
fix: fmt client id with name in complete of LspStop (#3436)
glepnir
2024-11-15
1
-2
/
+2
*
refactor: minor cleanup #3379
Justin M. Keyes
2024-10-18
1
-5
/
+6
*
fix(LspStop): correctly stop servers and notify user #3378
Guilherme Soares
2024-10-18
1
-18
/
+29
*
fix: command LspStop can receive server name (#3367)
glepnir
2024-10-14
1
-2
/
+10
*
feat(lspinfo): replace :LspInfo with :checkhealth #3339
Justin M. Keyes
2024-10-02
1
-15
/
+1
*
refactor: replace deprecated vim.loop with vim.uv
dundargoc
2024-10-02
1
-1
/
+1
*
refactor: move all old get_clients to new compatible (#3159)
glepnir
2024-05-17
1
-1
/
+1
*
fix(command): check server config exist in lspconfig (#3131)
glepnir
2024-04-29
1
-5
/
+7
*
fix(command): get attached buffers list by using api (#3130)
glepnir
2024-04-29
1
-1
/
+1
*
refactor: improve get_clients_from_cmd_args (#2943)
Daiki Noda
2024-01-31
1
-3
/
+3
*
chore: move loading status check to the top (#2942)
Daiki Noda
2023-12-21
1
-2
/
+2
*
chore: check version 0.8+ (#2940)
Daiki Noda
2023-12-20
1
-2
/
+2
*
perf: reduce an unnecessary function call #2913
Daiki Noda
2023-11-26
1
-1
/
+1
*
fix(LspRestart): check client attched_buffers count by using tbl_count (#2725)
Raphael
2023-07-18
1
-1
/
+1
*
fix(command): LspRestart should attached before buffers (#2674)
Raphael
2023-06-14
1
-3
/
+6
*
fix: lsprestart only restart client which have attached buffer (#2669)
Raphael
2023-06-12
1
-1
/
+3
*
fix(commands): Strange `LspStop` arguments, not matching doc (#2486)
Rational-Curiosity
2023-03-01
1
-6
/
+5
*
fix: wrong param in get_active_clients (#2362)
Raphael
2022-12-27
1
-1
/
+1
*
fix: run all matched client in LspStart (#2314)
Raphael
2022-12-13
1
-2
/
+2
*
fix: improve client stop logic in LspStop (#2296)
Raphael
2022-12-07
1
-2
/
+1
*
feat: support force stop language server (#2294)
Raphael
2022-12-07
1
-3
/
+12
*
fix: restart client after client is stopped after LspRestart (#2290)
Raphael
2022-12-05
1
-3
/
+19
*
perf: use alias api variable (#2260)
Raphael
2022-11-26
1
-4
/
+4
*
fix: lspstop should close the client by given client (#2101)
Raphael
2022-08-28
1
-3
/
+12
*
feat: improve LspInfo (#2081)
Raphael
2022-08-26
1
-6
/
+19
*
fix: lspstart should be work without arg (#2090)
Raphael
2022-08-26
1
-6
/
+7
*
fix: add lsplog command (#2088)
Raphael
2022-08-25
1
-0
/
+6
*
fix: LspStop should be only stop the current buffer servers by default (#2082)
Raphael
2022-08-25
1
-1
/
+5
*
feat: sort autocompletion items alphabetically (#2084)
William Boman
2022-08-25
1
-4
/
+9
*
feat!: 0.7 API update (#1984)
Ranjith Hegde
2022-08-23
2
-16
/
+91
[next]