index
:
nvim-lspconfig
master
[no description]
git mirrorbot
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
lua
/
lspconfig
/
configs.lua
Commit message (
Expand
)
Author
Age
Files
Lines
*
fix: remove validation from configs.lua
dundargoc
2025-01-23
1
-40
/
+2
*
refactor: silence luals warnings
dundargoc
2025-01-22
1
-0
/
+5
*
fix(types): lspconfig.Config commands (#3490)
andrew snelling
2024-12-04
1
-0
/
+3
*
refactor: replace all instances of vim.uv with vim.loop
dundargoc
2024-12-02
1
-2
/
+2
*
refactor: remove internal implementation of `util.path.sanitize` #3464
dundargoc
2024-11-26
1
-3
/
+3
*
refactor: remove implementation of util.path.dirname #3460
dundargoc
2024-11-26
1
-1
/
+1
*
feat: add silent on error option
Maria José Solano
2024-11-23
1
-2
/
+3
*
fix: correct type annotation on lspconfig.Config::on_new_config (#3411)
Tristan Partin
2024-10-31
1
-1
/
+1
*
chore(config): improve on_new_config type (#3392)
andrew snelling
2024-10-23
1
-1
/
+1
*
Revert "fix: autostart=false: attach when editing new, nonexistent file #2712...
glepnir
2024-10-04
1
-13
/
+4
*
fix: autostart=false: attach when editing new, nonexistent file #2712
Iain King-Speir
2024-10-03
1
-4
/
+13
*
fix(health): support Nvim 0.9
Justin M. Keyes
2024-10-02
1
-1
/
+1
*
refactor: replace deprecated vim.loop with vim.uv
dundargoc
2024-10-02
1
-1
/
+1
*
feat: expose config definition as `config_def` #3335
Justin M. Keyes
2024-10-02
1
-2
/
+7
*
fix: root_dir support string value directly (#3313)
glepnir
2024-09-23
1
-2
/
+4
*
docs: `lspconfig.Config` class not modifying inherited `root_dir` (#3243)
Chris Grieser
2024-07-22
1
-0
/
+1
*
fix: update lua types to match latest nightly (#3048)
Carlo Sala
2024-03-05
1
-2
/
+2
*
fix: let core handle 'workspace/didChangeConfiguration' after init (#3023)
Maria José Solano
2024-02-24
1
-3
/
+0
*
fix: disable autostart after :LspStop #2987
brook hong
2024-01-28
1
-0
/
+3
*
fix(launch): check buffer is valid before get_name (#2852)
Saltaformajo
2023-10-04
1
-0
/
+3
*
refactor: add sanitize_cmd()
Lewis Russell
2023-08-22
1
-8
/
+12
*
refactor: move manager to separate module
Lewis Russell
2023-08-22
1
-91
/
+29
*
fix(command): LspRestart should attached before buffers (#2674)
Raphael
2023-06-14
1
-2
/
+2
*
fix: check cmd not empty (#2602)
Raphael
2023-05-10
1
-1
/
+1
*
fix: vim.lsp.rpc.connect is not allowed in cmd (#2597)
Access
2023-05-09
1
-1
/
+1
*
fix: use exepath on server command (#2595)
Raphael
2023-05-09
1
-0
/
+8
*
feat: wrap get root dir in coroutine . (#2565)
Raphael
2023-05-06
1
-79
/
+97
*
fix: remove vim.schedule for on_attach (#2546)
Raphael
2023-04-07
1
-2
/
+2
*
fix(sqls): deprecate sqls suggest sqlls instead (#2544)
Raphael
2023-04-05
1
-0
/
+11
*
fix: not register workspace when in single file mode (#2367)
Raphael
2022-12-29
1
-2
/
+2
*
fix: check workspace after client initial (#2356)
Raphael
2022-12-26
1
-9
/
+3
*
fix: typo of vim.loop.cwd (#2293)
Raphael
2022-12-07
1
-1
/
+1
*
feat: support unnamed buffer with single_file_support (#2226)
Raphael
2022-12-06
1
-8
/
+16
*
perf: use alias api variable (#2260)
Raphael
2022-11-26
1
-10
/
+10
*
fix: cmd vim.lsp.rpc.connect by user (#2213)
Access
2022-10-23
1
-1
/
+5
*
feat: pass user config to the on_setup hook (#2114)
William Boman
2022-09-08
1
-11
/
+11
*
Revert "fix: remove the config.commands (#2092)" (#2093)
Raphael
2022-08-26
1
-0
/
+27
*
fix: remove the config.commands (#2092)
Raphael
2022-08-26
1
-27
/
+0
*
feat!: 0.7 API update (#1984)
Ranjith Hegde
2022-08-23
1
-28
/
+33
*
style: fix bad formatting (#1944)
Peter Lithammer
2022-06-02
1
-1
/
+1
*
fix: no-argument :LspStop, :LspRestart with standalone files #1785
Rishikesh Vaishnav
2022-06-01
1
-1
/
+8
*
fix: buffer may be invalid during on_attach #1822
Tomasz N
2022-05-22
1
-8
/
+10
*
feat(configs): use client capabilities by default, deep-extend user-provided ...
jdrouhard
2022-05-04
1
-7
/
+5
*
ci: fix new luacheck v0.26.0 errors
Peter Lithammer
2022-03-28
1
-9
/
+9
*
feat: remove warning when server fails to start (#1711)
Michael Lingelbach
2022-02-11
1
-8
/
+0
*
fix: do not index nil config.filestypes in try_add (#1673)
kyoh86
2022-01-22
1
-4
/
+8
*
fix: try_add_wrapper errors if passed nil for bufnr (#1648)
v0.1.1
oncomouse
2022-01-09
1
-0
/
+1
*
fix: properly handle sanitizing bufname in .launch() (#1608)
Michael Lingelbach
2021-12-25
1
-5
/
+4
*
fix: attach to buffer when manually launching in single file mode (#1599)
v0.1.0
Michael Lingelbach
2021-12-23
1
-1
/
+2
*
fix: only attempt to attach to valid bufnames (#1598)
Michael Lingelbach
2021-12-23
1
-12
/
+13
[next]