index
:
rneovim.git
20220114-mix
20230125_mix
20231130_mix
aucmd_textputpost
colorcolchar
fix_20726
fix_repeatcmdline
fix_semantic_tokens
fix_semantic_tokens_pull
floattitle
master
mix
mix_20240309
newfeatures
rahm
tmp
usermarks
userreg
userregs_2
Neovim fork with Rahm's personal hacks.
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
runtime
/
lua
/
vim
/
lsp
/
codelens.lua
Commit message (
Expand
)
Author
Age
*
refactor: use nvim.foo.bar format for autocommand groups
Maria José Solano
2025-01-14
*
refactor: use nvim.foo.bar format for namespaces
Maria José Solano
2025-01-14
*
refactor: add vim._resolve_bufnr
Lewis Russell
2024-12-07
*
feat(lsp): deprecate non-method client functions
Lewis Russell
2024-11-20
*
feat(lsp)!: remove client-server handlers from vim.lsp.handlers
Lewis Russell
2024-11-01
*
feat(lsp): deprecate execute_command with client:exec_cmd
Lewis Russell
2024-10-24
*
fix(lsp): don't show codelens for buffers that don't support it (#29690)
Riley Bruins
2024-07-16
*
fix(lsp): hide layout in codelenses in virtual text (#28794) (#28807)
Mango The Fourth
2024-05-21
*
fix(lsp): prevent code-lens refresh from becoming a permanent no-op (#28228)
Yi Ming
2024-04-10
*
fix(lsp): empty commands should not be considered executable (#28216)
Yi Ming
2024-04-10
*
fix(lsp): create codelens request parameters for each buffer (#27699)
Takuya Tokuda
2024-03-17
*
docs: improve/add documentation of Lua types
Lewis Russell
2024-03-01
*
feat(docs): replace lua2dox.lua
Lewis Russell
2024-02-27
*
refactor(lsp): resolve the config-client entanglement
Lewis Russell
2024-02-13
*
feat(lsp): add opts paramater to vim.lsp.codelens.refresh
Maria José Solano
2024-02-08
*
refactor(lsp): tidy up logging
Lewis Russell
2024-02-08
*
refactor(lsp): move client code to a regular Lua class
Lewis Russell
2024-02-07
*
feat(lsp): more annotations
Lewis Russell
2023-12-14
*
fix(lsp): clear codelens on LspDetach (#24903)
Jaehwang Jung
2023-09-21
*
docs: replace <pre> with ``` (#25136)
Gregory Anders
2023-09-14
*
refactor(lsp): use protocol.Methods instead of strings #24537
Raphael
2023-08-03
*
docs(lua): more improvements (#24387)
Lewis Russell
2023-07-18
*
fix(lsp): lint warnings, default offset_encoding #24046
Raphael
2023-07-01
*
refactor(lsp): extract common execute command functionality (#24065)
Mathias Fußenegger
2023-06-20
*
fix(codelens): add buffer and line checks before displaying codelens (#23887)
Rohit Sukumaran
2023-06-13
*
feat(lsp): set kind in select call for codelens #23889
Artyom Andreev
2023-06-03
*
feat(lua): vim.tbl_contains supports general tables and predicates (#23040)
Christian Clason
2023-04-14
*
docs(lsp): change type annotations from number → integer (#22510)
Jaehwang Jung
2023-03-07
*
feat(lsp): add function to clear codelens (#21504)
Mathias Fußenegger
2022-12-31
*
docs(gen): support language annotation in docstrings
Christian Clason
2022-12-02
*
feat(lsp): sort codelens if multiple item per line (#18951)
rhcher
2022-06-13
*
chore: format runtime with stylua
Christian Clason
2022-05-09
*
fix(lsp): make sure to always reset active codelens refreshes (#18331)
William Boman
2022-05-05
*
feat(lsp): add per-client commands (#16101)
Michael Lingelbach
2021-11-01
*
feat(lsp): set codelens virtual text hl_mode to combine (#16048)
sim
2021-10-19
*
feat(lsp): use vim.ui.select() in codelenses (#16004)
Josa Gesell
2021-10-18
*
feat(lsp): add client command support to codelens (#15820)
Mathias Fußenegger
2021-09-28
*
fix(lsp): adapt codelens resolve to handler signature change (#15578)
Mathias Fußenegger
2021-09-06
*
Merge pull request #15504 from mjlbach/feat/change-handler-signature
Michael Lingelbach
2021-09-05
|
\
|
*
feat(lsp)!: change handler signature
Michael Lingelbach
2021-09-05
*
|
docs(lsp): document codelens.get bufnr parameter (#15540)
Mathias Fußenegger
2021-09-01
|
/
*
docs: make Lua docstrings consistent #15255
Gregory Anders
2021-08-22
*
refactor: remove remaining references to nvim_buf_set_virtual_text
Gregory Anders
2021-08-03
*
fix(lsp): Add separator between codelens in virttext (#15049)
Mathias Fußenegger
2021-07-10
*
feat(lsp): Add codelens support
Mathias Fussenegger
2021-06-14