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
/
util.lua
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
fix: eslint errors on start (regression) (#2452)
Jose Veiga
2023-02-12
1
-1
/
+2
*
fix(stylelint_lsp): update root directory pattern (#2447)
Wuelner Martínez
2023-02-12
1
-2
/
+17
*
fix: check client when get client from cache (#2429)
Raphael
2023-01-31
1
-2
/
+2
*
fix: check server support workspacefolders (#2418)
Raphael
2023-01-27
1
-79
/
+100
*
refactor: rewrite client reuse logic (#2371)
Raphael
2022-12-30
1
-37
/
+28
*
fix: not register workspace when in single file mode (#2367)
Raphael
2022-12-29
1
-1
/
+3
*
fix: get all client from clients cache in manager.clients (#2365)
Raphael
2022-12-28
1
-4
/
+6
*
fix: generate correct workspace didchange request params (#2361)
Raphael
2022-12-27
1
-68
/
+67
*
fix: check workspace after client initial (#2356)
Raphael
2022-12-26
1
-56
/
+107
*
fix: use client config capabilities to check server support workspae (#2354)
Raphael
2022-12-25
1
-2
/
+3
*
fix: check client exist supports_method (#2351)
Raphael
2022-12-25
1
-1
/
+6
*
fix: check client support workspaceFolders (#2350)
Raphael
2022-12-25
1
-8
/
+1
*
fix: check server_capabilities field exist (#2348)
Yuki Ito
2022-12-24
1
-1
/
+6
*
refactor: remove single_clients and improve clients reuse (#2334)
Raphael
2022-12-24
1
-80
/
+83
*
fix: send the lsp method request after insert workspace folders (#2330)
Raphael
2022-12-20
1
-1
/
+8
*
fix: run all matched client in LspStart (#2314)
Raphael
2022-12-13
1
-1
/
+15
*
feat: support multiple workspaceFolders and show correct root in Lspinfo (#2304)
Raphael
2022-12-11
1
-10
/
+26
*
fix: check client is available and get client id from cache (#2303)
Raphael
2022-12-10
1
-4
/
+5
*
fix: add new root into the workspace folders (#2298)
Raphael
2022-12-09
1
-6
/
+9
*
feat: support unnamed buffer with single_file_support (#2226)
Raphael
2022-12-06
1
-3
/
+0
*
fix(lsp): don't spawn new lsp client if already persent (#2287)
sigmaSd
2022-12-04
1
-0
/
+8
*
fix: escape wildcards patterns when calling glob (#2111) (#2122)
emmanueltouzery
2022-09-09
1
-1
/
+6
*
Revert "fix: remove the config.commands (#2092)" (#2093)
Raphael
2022-08-26
1
-0
/
+35
*
fix: remove the config.commands (#2092)
Raphael
2022-08-26
1
-35
/
+0
*
feat!: 0.7 API update (#1984)
Ranjith Hegde
2022-08-23
1
-39
/
+38
*
feat: allow attaching to paths inside archives (#1687)
Stéphan Kochen
2022-08-23
1
-3
/
+15
*
feat: root finder for Mercurial repo #1847
Florin Iucha
2022-06-28
1
-0
/
+8
*
fix: no-argument :LspStop, :LspRestart with standalone files #1785
Rishikesh Vaishnav
2022-06-01
1
-2
/
+4
*
fix(glint): detect project dir inside `on_new_config` hook rather than at mod...
William Boman
2022-05-06
1
-0
/
+3
*
feat(configs): use client capabilities by default, deep-extend user-provided ...
jdrouhard
2022-05-04
1
-0
/
+1
*
ci: fix new luacheck v0.26.0 errors
Peter Lithammer
2022-03-28
1
-2
/
+2
*
fix(lspstop): make LspStop behave as described in the docs (#1764)
Federico Igne
2022-03-09
1
-1
/
+1
*
fix: only attempt to attach to valid bufnames (#1598)
Michael Lingelbach
2021-12-23
1
-0
/
+8
*
fix: internally use forward delineated paths cross-platform (#1593)
Michael Lingelbach
2021-12-23
1
-34
/
+37
*
fix: only stop/restart managed clients on :LspStop/:LspRestart (#1591)
Jose Alvarez
2021-12-21
1
-1
/
+12
*
chore!: remove compat shims for pre-0.5.1 handlers (#1530)
Christian Clason
2021-12-02
1
-21
/
+0
*
chore: use client.request instead of buf_request (#1503)
ranjithshegde
2021-11-29
1
-0
/
+8
*
chore: prefix all vim.notify message with [lspconfig] (#1496)
William Boman
2021-11-27
1
-2
/
+3
*
fix: single_file_mode should be single_file_support (#1489)
Michael Lingelbach
2021-11-26
1
-4
/
+4
*
chore: clean up imports
Michael Lingelbach
2021-11-25
1
-1
/
+1
*
fix: only set cmd_cwd if filepath exists (#1485)
Michael Lingelbach
2021-11-25
1
-1
/
+2
*
fix: set correct cwd config key when unset (#1483)
Julian Berman
2021-11-25
1
-2
/
+4
*
chore: remove executable check (#1477)
Michael Lingelbach
2021-11-24
1
-5
/
+8
*
chore: internally switch to sending workspaceFolders (#1453)
Michael Lingelbach
2021-11-19
1
-0
/
+1
*
feat: add worktree support to find_git_ancestor (#1450)
Michael Lingelbach
2021-11-19
1
-1
/
+2
*
chore: clean up unused function args (#1426)
Michael Lingelbach
2021-11-15
1
-1
/
+1
*
fix: update error message (#1406)
William Boman
2021-11-11
1
-1
/
+1
*
feat: spawn the language server in resolved root directory (#1407)
Michael Lingelbach
2021-11-11
1
-0
/
+4
*
feat: add single file mode (#1385)
Michael Lingelbach
2021-11-11
1
-8
/
+25
*
feat: improve interface for `:Lsp*` commands (#1324)
Vsevolod
2021-10-17
1
-0
/
+11
[prev]
[next]