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
Commit message (
Expand
)
Author
Age
*
fix(lsp): clean up duplicate and unused meta type annotations
Jongwook Choi
2024-01-20
*
docs: various #25289
Justin M. Keyes
2024-01-18
*
refactor(lsp): deprecate `vim.lsp.util.lookup_section`
Jongwook Choi
2024-01-16
*
docs: add lua typing for `vim.NIL`
Jongwook Choi
2024-01-15
*
fix(lsp): fix incorrect typing and doc for `vim.lsp.rpc`
Jongwook Choi
2024-01-14
*
fix(doc): improve doc generation of types using lpeg
Lewis Russell
2024-01-11
*
Merge pull request #26791 from wookayin/gendoc
Lewis Russell
2024-01-04
|
\
|
*
fix(docs): clean up non-docstring comments for vimdoc gen
Jongwook Choi
2024-01-02
*
|
feat(lua): add noref to deepcopy
Lewis Russell
2024-01-03
|
/
*
refactor(lsp): fix remaining luals warnings in lsp.rpc
Mathias Fussenegger
2024-01-02
*
feat(lsp): support connect via named pipes/unix domain sockets (#26032)
TheLeoP
2024-01-02
*
refactor: fix luals warnings
dundargoc
2023-12-30
*
revert: "fix: correct versions in deprecation warnings"
dundargoc
2023-12-27
*
fix(gen_lsp.lua): improve type name, and fix wrong type inheritance
Jongwook Choi
2023-12-27
*
docs(gen_lsp.lua): re-generate vim.lsp._meta.protocol type annotations
Jongwook Choi
2023-12-27
*
fix: correct versions in deprecation warnings
dundargoc
2023-12-27
*
refactor: use vim.deprecate on all deprecated functions
dundargoc
2023-12-27
*
fix(lsp): filetype matching to documentSelector in dynamic capabilities (#25425)
Michal Liszcz
2023-12-22
*
refactor(lsp): move glob parsing to util (#26519)
Steven Arcangeli
2023-12-22
*
feat(lsp): add type annotations for lsp.util.locations_to_items (#26694)
Mathias Fußenegger
2023-12-22
*
refactor(lsp): move changetracking to separate file (#26577)
Lewis Russell
2023-12-17
*
feat(lsp): more annotations
Lewis Russell
2023-12-14
*
feat(gen_lsp.lua): validate CLI args #26514
Jongwook Choi
2023-12-11
*
docs: support @since for api level #25574
LW
2023-11-27
*
refactor(lsp): add type annotations to _watchfiles (#26109)
Mathias Fußenegger
2023-11-20
*
fix(lsp): advertise workspace.didChangeConfiguration capability (#26028)
Chris Simon
2023-11-13
*
feat(lsp)!: vim.lsp.inlay_hint.get(), enable(), is_enabled() #25512
LW
2023-11-12
*
fix(lsp): create per client params in lsp.buf.code_action
Mathias Fussenegger
2023-11-04
*
fix(lsp): call `on_list()` even for single location (#25830)
Evgeni Chasnovski
2023-10-31
*
fix(lsp): fix omnicomplete in middle of the line (#25787)
Lajos Koszti
2023-10-26
*
fix(lsp): fix off-by-one error for omnifunc word boundary
Mathias Fussenegger
2023-10-23
*
refactor(lsp): deprecate completion util methods
Mathias Fussenegger
2023-10-21
*
refactor(lsp): move completion logic into _completion module
Mathias Fussenegger
2023-10-21
*
feat(lsp): add snippet API (#25301)
Maria José Solano
2023-10-21
*
fix(lsp): log unknown diagnostic tags instead of showing a warning (#25705)
Jorge Mederos
2023-10-21
*
fix(lsp): highlight active parameter in signature help #25663
Maria José Solano
2023-10-16
*
docs: do not hardcode LSP version in URL #25648
Maria José Solano
2023-10-16
*
refactor(lsp): fix luals warnings in tagfunc and add type annotations (#25150)
Mathias Fußenegger
2023-10-14
*
refactor(lsp): make is_pull in lsp.diagnostic.get_namespace optional (#25156)
Mathias Fußenegger
2023-10-14
*
fix(lsp): refactor escaping snippet text (#25611)
Maria José Solano
2023-10-14
*
fix(lsp): handle NUL bytes in popup text (#25612)
zeertzjq
2023-10-12
*
fix(lsp): account for border height in max floating popup height (#25539)
LW
2023-10-08
*
feat(lsp)!: replace snippet parser by lpeg grammar
Maria José Solano
2023-10-02
*
feat(lsp): snippet parsing using lpeg
Maria José Solano
2023-10-02
*
feat(lsp): fallback to code-action command on resolve failure (#25464)
Mathias Fußenegger
2023-10-02
*
refactor(lsp): deprecate util methods (#25400)
Maria José Solano
2023-09-29
*
feat(health): list attached buffers in LSP report #23561
Bogdan Grigoruță
2023-09-24
*
fix(lsp): handle absence of a trailing newline #25194
Sergey Slipchenko
2023-09-21
*
fix(lsp): clear codelens on LspDetach (#24903)
Jaehwang Jung
2023-09-21
*
fix(lsp)!: deprecate trim_empty_lines
Maria José Solano
2023-09-19
[next]