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
*
refactor(test): create an lsp-specific helpers.lua file
John Drouhard
2022-12-08
*
test(lsp): call clear() before willSave tests (#21336)
zeertzjq
2022-12-08
*
feat(lsp): support willSave & willSaveWaitUntil capability (#21315)
Mathias Fußenegger
2022-12-08
*
fix(lsp): call show_document with correct args
Mathias Fussenegger
2022-12-04
*
refactor(lsp): extract a _create_server method in lsp_spec
Mathias Fussenegger
2022-12-04
*
test: simplify platform detection (#21020)
dundargoc
2022-11-22
*
feat(test): add Lua forms for API methods (#20152)
Lewis Russell
2022-11-14
*
test: introduce skip() #21010
dundargoc
2022-11-13
*
feat(checkhealth): use "help" syntax, avoid tabpage #20879
Justin M. Keyes
2022-11-11
*
docs: fix typos
dundargoc
2022-11-02
*
feat(checkhealth): check runtime ($VIMRUNTIME)
Justin M. Keyes
2022-10-30
*
ci: add cirrus to isCI function to skip tests (#20526)
dundargoc
2022-10-17
*
fix(man): handle absolute paths as `:Man` targets (#20624)
Mahmoud Al-Qudsi
2022-10-17
*
vim-patch:3c053a1a5ad2 (#20679)
Christian Clason
2022-10-17
*
feat(lsp): support window/showDocument (#19977)
lvimuser
2022-10-08
*
test(shada): fix shada syntax definitions test
bfredl
2022-10-05
*
fix(lsp): create missing directory before creating file (#19835)
shaunsingh
2022-09-24
*
fix(lsp): out of bounds error in lsp.util.apply_text_edits (#20137)
ofwinterpassed
2022-09-20
*
fix(lsp): support `false` result in handlers (#20252)
Mathias Fußenegger
2022-09-20
*
test(lsp): call clear() before bufwipe test (#20170)
zeertzjq
2022-09-13
*
fix(lsp): when buffer detach remove buffer from client attached buffers (#20081)
Raphael
2022-09-08
*
feat(lsp): add range option to lsp.buf.format (#19998)
Mathias Fußenegger
2022-09-08
*
feat(Man): port to Lua (#19912)
Lewis Russell
2022-09-02
*
fix(exceptions): restore `did_throw` (#20000)
Sean Dewar
2022-08-30
*
feat(lsp): add tcp support
Mathias Fussenegger
2022-08-28
*
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
[next]