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: 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
*
fix: add compat shim for handler change in core (#1248)
Christian Clason
2021-09-10
1
-0
/
+21
*
fix(ui): gracefully handle nil filetypes (#1217)
kylo252
2021-09-03
1
-6
/
+9
*
feat(lspinfo): improve layout (#1186)
kylo252
2021-08-28
1
-0
/
+28
*
Revert "feat(ui): lspinfo: better layout #1184)" (#1185)
Michael Lingelbach
2021-08-25
1
-11
/
+0
*
feat(ui): lspinfo: better layout #1184)
kylo252
2021-08-25
1
-0
/
+11
*
chore: remove modeline (#1177)
Michael Lingelbach
2021-08-24
1
-1
/
+0
*
fix: unsilent autocmd to print warning (#1171)
Michael Lingelbach
2021-08-24
1
-4
/
+1
*
feat(lspinfo): display autostart status (#964)
Matthieu Coudron
2021-08-06
1
-0
/
+1
*
ci: run codespell on pull requests (#1101)
dundargoc
2021-07-25
1
-1
/
+1
*
feat: added global on_setup hook
Folke Lemaitre
2021-07-19
1
-0
/
+3
*
feat: added option to disable an lsp server from the config
Folke Lemaitre
2021-07-19
1
-0
/
+4
*
chore: change stylua to single quotes (#1068)
Michael Lingelbach
2021-07-13
1
-30
/
+30
*
fix: ensure path exists before calling fs_realpath (#1052)
Michael Lingelbach
2021-07-09
1
-2
/
+3
*
feat: try to resolve root for new files
Michael Lingelbach
2021-07-08
1
-4
/
+12
*
Revert "fix: try to resolve root directory if file is not yet on disk"
Michael Lingelbach
2021-07-05
1
-1
/
+1
[next]