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
/
test
/
functional
/
plugin
Commit message (
Expand
)
Author
Age
*
fix(lsp): send didOpen if name changes on write (#19583)
Mathias Fußenegger
2022-08-01
*
refactor(lsp): use autocmd api (#19407)
ii14
2022-07-17
*
fix(lsp): small bugs in snippet-parser #18998
L3MON4D3
2022-06-29
*
test(report): formatting, drop dumplog()
Justin M. Keyes
2022-06-15
*
fix(lsp): fix multi client handling in code action (#18869)
Mathias Fußenegger
2022-06-05
*
feat(lsp): send didChangeConfiguration after init (#18847)
Mathias Fußenegger
2022-06-03
*
fix(checkhealth): skip vim.health #18816
Javier Lopez
2022-06-01
*
fix(ci): remove 2000ms blocking wait in many plugin/lsp_spec.lua tests
bfredl
2022-05-22
*
feat(lsp): add LspAttach and LspDetach autocommands
Gregory Anders
2022-05-18
*
fix(man.vim): q in "$MANPAGER mode" does not quit #18443
Arsham Shirvani
2022-05-13
*
fix(lsp): perform client side filtering of code actions (#18392)
Fredrik Ekre
2022-05-12
*
fix(lsp): fix rename capability checks and multi client support (#18441)
Mathias Fußenegger
2022-05-05
*
fix(lsp): make sure to always reset active codelens refreshes (#18331)
William Boman
2022-05-05
*
fix(lsp): handle textDocumentSync.save bool capability (#18332)
Mathias Fußenegger
2022-04-30
*
feat(lsp): add async option to vim.lsp.buf.format (#18322)
Mathias Fußenegger
2022-04-30
*
feat(lsp): add vim.lsp.buf.format (#18193)
Michael Lingelbach
2022-04-30
*
chore(lsp): remove capabilities sanitization (#17814)
Michael Lingelbach
2022-04-30
*
feat(lsp): options to filter and auto-apply code actions (#18221)
Fredrik Ekre
2022-04-30
*
fix(lsp): fix unnecessary buffers being added on empty diagnostics (#18275)
ii14
2022-04-26
*
fix(lsp): fix lookup of boolean values in workspace/configuration (#18026)
Fredrik Ekre
2022-04-15
*
chore: fix typos (#17755)
dundargoc
2022-03-25
*
fix(lsp): set tabSize from 'shiftwidth', not 'softtabstop' (#17787)
Tim Pope
2022-03-20
*
fix(lsp): handle insertion of previous line (#17618)
Michael Lingelbach
2022-03-06
*
fix(lsp): start incremental sync range at previous newline character (#17610)
Michael Lingelbach
2022-03-05
*
feat(diagnostic): add "code" to the diagnostic structure (#17510)
David Shen
2022-03-02
*
feat(lua): add api and lua autocmds
TJ DeVries
2022-02-27
*
fix(healthcheck): handle empty reports
Edmund Cape
2022-02-09
*
fix(health): do not run external processes in a shell
zeertzjq
2022-02-03
*
fix(lsp): strictly enforce passing offset encoding (#17049)
Michael Lingelbach
2022-01-13
*
fix(lsp): handle negative activeSignature in signatureHelp (#17064)
Mathias Fußenegger
2022-01-13
*
fix(lsp): fix applying multiple out-of-range TextEdits (#17037)
hrsh7th
2022-01-13
*
refactor(lsp): debounce timer per buf and unify with non-debounce (#17016)
Mathias Fußenegger
2022-01-11
*
feat(lsp): enable default debounce of 150 ms (#16908)
Michael Lingelbach
2022-01-05
*
feat(lsp): add buf_detach_client (#16250)
Michael Lingelbach
2021-12-21
*
feat(runtime): new checkhealth filetype (#16660)
matveyt
2021-12-18
*
fix(lsp): correctly align start and end range to codepoints during incrementa...
Rishikesh Vaishnav
2021-12-17
*
chore(lsp): clean up initialization process (#16369)
Michael Lingelbach
2021-11-21
*
fix(lsp): improve incremental sync robustness (#16358)
Michael Lingelbach
2021-11-18
*
fix(lsp): fix edge cases in incremental sync (#16308)
Michael Lingelbach
2021-11-15
*
fix(lsp): ensure buffers are re-attached on rename (#16266)
Mathias Fußenegger
2021-11-14
*
fix(lsp): rewrite incremental sync (#16252)
Michael Lingelbach
2021-11-09
*
feat(ui): add vim.ui.input and use in lsp rename (#15959)
Sebastian Lyng Johansen
2021-11-07
*
feat(lua): enable stack traces in error output (#16228)
Gregory Anders
2021-11-06
*
feat(lsp): add per-client commands (#16101)
Michael Lingelbach
2021-11-01
*
refactor(diagnostic): make display handlers generic (#16137)
Gregory Anders
2021-10-29
*
feat(lsp): track pending+cancel requests on client object #15949
jdrouhard
2021-10-29
*
fix(lsp): fix cursor row after textEdits (#16038)
hrsh7th
2021-10-18
*
chore(test): adapt healthcheck test to new css syntax
Christian Clason
2021-10-16
*
fix(lsp): do not invoke handlers for unsupported methods (#15926)
Michael Lingelbach
2021-10-10
*
fix(lsp): update tests using 0.5.0 handler calls (#15969)
Michael Lingelbach
2021-10-08
[next]