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(diagnostic): use correct field name for tags (#22835)
Akin
2023-03-31
*
feat(diagnostic): add support for tags
Lewis Russell
2023-03-30
*
feat(lsp): render markdown in docs hover #22766
Roberto Pommella Alegro
2023-03-25
*
fix(lsp): add missing silent check in lsp hover handler (#22763)
Micah Halter
2023-03-25
*
fix(lsp): Jump to tag locations reliably when :ltag is used (#22750)
meredith
2023-03-23
*
fix(lsp): kill buffers after renaming a directory #22618
Ivan
2023-03-14
*
fix(lsp): vim.lsp.util.apply_text_edits cursor validation #22636
hrsh7th
2023-03-14
*
fix(lsp): remove_workspace_folders fails if client has no workspace_folders #...
Dan Strokirk
2023-03-13
*
fix(lsp): use line start/end for visual line selection (#22632)
Mathias Fußenegger
2023-03-12
*
refactor(lsp): remove _resolve_capabilities_compat (#22628)
Raphael
2023-03-11
*
revert: "fix(lsp): use buffer scheme for files not stored on disk" (#22604)
Mathias Fußenegger
2023-03-11
*
perf(lsp): better binary search mid calculation in semantic token (#22607)
Null Chilly
2023-03-10
*
fix(lsp): change LspTokenUpdate to use buffer instead of pattern (#22559)
jdrouhard
2023-03-07
*
docs(lsp): change type annotations from number → integer (#22510)
Jaehwang Jung
2023-03-07
*
feat(lsp)!: add rule-based sem token highlighting (#22022)
swarn
2023-03-06
*
fix(lsp): don't monitor files if workspace_folders is nil (#22531)
Mathias Fußenegger
2023-03-05
*
feat(lsp): implement workspace/didChangeWatchedFiles (#22405)
Jon Huhn
2023-03-05
*
fix(lsp): use buffer scheme for files not stored on disk (#22407)
Mathias Fußenegger
2023-03-01
*
perf(lsp): only redraw the windows containing LSP tokens
bfredl
2023-02-28
*
fix(lsp): fix some type annotations (#22397)
Mathias Fußenegger
2023-02-25
*
Revert "feat(lsp): implement workspace/didChangeWatchedFiles (#21293)"
Mathias Fussenegger
2023-02-25
*
feat(lsp): implement workspace/didChangeWatchedFiles (#21293)
Jon Huhn
2023-02-25
*
refactor(lsp): remove workaround for missing bit module (#22373)
Mathias Fußenegger
2023-02-23
*
fix(lsp): check if the buffer is a directory before w! it (#22289)
Eduard Baturin
2023-02-18
*
fix(lsp): check method is supported when range formatting (#21970)
Sean Dewar
2023-01-24
*
fix(lsp): assert workspace/applyEdit receives params (#21945)
Mathias Fußenegger
2023-01-22
*
feat(lsp): add triggerKind option for vim.lsp.buf.code_action (#21905)
kishii
2023-01-21
*
fix(lsp): fix `removed` param value in add_workspace_folder (#21915)
Raphael
2023-01-20
*
docs(lsp): fix type annotation on convert_input_to_markdown_lines (#21772)
Chris Kipp
2023-01-12
*
fix(lsp): revert semantic token gravity change from #21574 (#21763)
jdrouhard
2023-01-12
*
docs(lsp): update buf_notify and rpc.notify params types (#21753)
Chris Kipp
2023-01-11
*
feat(float): open float relative to mouse #21531
Sebastian Lyng Johansen
2023-01-10
*
feat(lsp): show active clients in :checkhealth vim.lsp (#21670)
Mathias Fußenegger
2023-01-08
*
fix(lsp): partially revert semantic token gravity change from #21574 (#21680)
jdrouhard
2023-01-08
*
fix(lsp): correct callHierarchy capability to fix lsp.buf.incoming_calls() (#...
周
2023-01-06
*
docs(lua): adjust some type annotations
notomo
2023-01-04
*
feat(lsp): add function to clear codelens (#21504)
Mathias Fußenegger
2022-12-31
*
fix(lsp): adjust gravity of semantic tokens extmarks (#21574)
jdrouhard
2022-12-30
*
fix(lsp): token_edit.data might be null on deletion (#21462)
tiagovla
2022-12-19
*
feat: `vim.inspect_pos`, `vim.show_pos`, `:Inspect`
Folke Lemaitre
2022-12-17
*
feat(lsp): add function to get semantic tokens at cursor
Christian Clason
2022-12-13
*
feat(lsp): highlight semantic token modifiers (#21390)
Christian Clason
2022-12-12
*
perf(lsp): update semantic tokens algorithm for parsing modifiers (#21383)
jdrouhard
2022-12-12
*
docs #20986
Justin M. Keyes
2022-12-11
*
fix(lsp): ignore null responses for semanticTokens request (#21364)
fsouza
2022-12-10
*
fix(lsp): fix get_active_clients bufnr parameter (#21366)
Mathias Fußenegger
2022-12-09
*
fix(lsp): correct some type annotations (#21365)
Mathias Fußenegger
2022-12-09
*
fix(lsp): followup fixes for semantic tokens support (#21357)
jdrouhard
2022-12-09
*
feat(lsp): initial support for semantic token highlighting
John Drouhard
2022-12-08
*
refactor(lsp): remove deprecated vim.lsp.buf_get_clients calls (#21337)
Raphael
2022-12-08
[next]