index
:
neovim
dependabot/github_actions/github-actions-c6747d2992
marvim/ci-version-update
master
release-0.10
release-0.11
release-0.12
release-0.4
release-0.5
release-0.6
release-0.7
release-0.8
release-0.9
Vim-fork focused on extensibility and usability
summary
refs
log
tree
commit
diff
stats
homepage
log msg
author
committer
range
path:
root
/
runtime
/
lua
/
vim
/
lsp
/
codelens.lua
Age
Commit message (
Expand
)
Author
Files
2026-04-22
perf(lsp): clear table by table.clear() #39222
Yi Ming
1
2026-04-18
fix(lsp): stale codelens after external file change (#39203)
Jaehwang Jung
1
2026-04-18
fix(lsp): skip codelens refresh redraw for deleted buffer #39193
Jaehwang Jung
1
2026-04-11
fix(lsp): codelens text flickers #38782
Jaehwang Jung
1
2026-04-06
feat(vim.pos)!: require `buf` param on vim.pos, vim.range #38665
Luis Calle
1
2026-04-05
fix(lsp): do not respond to codelens refresh if a request is already schedule...
Yi Ming
1
2026-03-31
fix(lsp): use `winresetview()` to avoid switching to normal mode (#38641)
Yi Ming
1
2026-03-29
feat: extend vim.Pos, vim.Range #36397
Luis Calle
1
2026-03-18
fix(lsp): redraw codelens after request completed #38352
Yi Ming
1
2026-03-10
fix(lsp): do not clear the codelens on the last line #38226
Yi Ming
1
2026-03-09
Merge #37985 fix(lsp): adjust codelens position by range, ensure first-line v...
Justin M. Keyes
1
2026-03-09
fix(lsp): stop and close timer when `Capability` is destroyed
Yi Ming
1
2026-03-08
fix(lsp): ensure the codelens on the first line is visible
Yi Ming
1
2026-03-08
fix(lsp): adjust codelens position based on the server-provided range
Yi Ming
1
2026-03-04
fix(lsp): ignore stale codelens resolve responses (#38153)
Lewis Russell
1
2026-02-08
feat(lsp): display codelens as virtual lines, not virtual text #36469
Mike J McGuirk
1
2026-02-06
refactor(lsp): always fetch lenses again in codelens.run (#37720)
Mathias Fußenegger
1
2026-02-03
feat(lsp): support `workspace/codeLens/refresh`
Yi Ming
1
2026-02-03
feat(lsp)!: reimplement `textDocument/codeLens` as decoration provider
Yi Ming
1
2025-10-04
fix(lsp): deprecate `vim.lsp.protocol.Methods` (#35998)
Maria Solano
1
2025-08-11
fix(lsp): check for lens range in `vim.lsp.codelens.run()` (#35294)
Maria José Solano
1
2025-08-03
fix(lsp): check if buffer is valid when resolving code lenses (#35092)
Maria José Solano
1
2025-07-26
fix(lsp): codelens extmark line out of range (#35070)
Jaehwang Jung
1
2025-07-12
fix(lsp): prevent flicker in codelens virtual text #34888
Jaehwang Jung
1
2025-06-06
fix: type fixes
Lewis Russell
1
2025-01-14
refactor: use nvim.foo.bar format for autocommand groups
Maria José Solano
1
2025-01-14
refactor: use nvim.foo.bar format for namespaces
Maria José Solano
1
2024-12-07
refactor: add vim._resolve_bufnr
Lewis Russell
1
2024-11-20
feat(lsp): deprecate non-method client functions
Lewis Russell
1
2024-11-01
feat(lsp)!: remove client-server handlers from vim.lsp.handlers
Lewis Russell
1
2024-10-24
feat(lsp): deprecate execute_command with client:exec_cmd
Lewis Russell
1
2024-07-16
fix(lsp): don't show codelens for buffers that don't support it (#29690)
Riley Bruins
1
2024-05-21
fix(lsp): hide layout in codelenses in virtual text (#28794) (#28807)
Mango The Fourth
1
2024-04-10
fix(lsp): prevent code-lens refresh from becoming a permanent no-op (#28228)
Yi Ming
1
2024-04-10
fix(lsp): empty commands should not be considered executable (#28216)
Yi Ming
1
2024-03-17
fix(lsp): create codelens request parameters for each buffer (#27699)
Takuya Tokuda
1
2024-03-01
docs: improve/add documentation of Lua types
Lewis Russell
1
2024-02-27
feat(docs): replace lua2dox.lua
Lewis Russell
1
2024-02-13
refactor(lsp): resolve the config-client entanglement
Lewis Russell
1
2024-02-08
feat(lsp): add opts paramater to vim.lsp.codelens.refresh
Maria José Solano
1
2024-02-08
refactor(lsp): tidy up logging
Lewis Russell
1
2024-02-07
refactor(lsp): move client code to a regular Lua class
Lewis Russell
1
2023-12-14
feat(lsp): more annotations
Lewis Russell
1
2023-09-21
fix(lsp): clear codelens on LspDetach (#24903)
Jaehwang Jung
1
2023-09-14
docs: replace <pre> with ``` (#25136)
Gregory Anders
1
2023-08-03
refactor(lsp): use protocol.Methods instead of strings #24537
Raphael
1
2023-07-18
docs(lua): more improvements (#24387)
Lewis Russell
1
2023-07-01
fix(lsp): lint warnings, default offset_encoding #24046
Raphael
1
2023-06-20
refactor(lsp): extract common execute command functionality (#24065)
Mathias Fußenegger
1
2023-06-13
fix(codelens): add buffer and line checks before displaying codelens (#23887)
Rohit Sukumaran
1
[next]