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): 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
*
feat(lsp): support willSave & willSaveWaitUntil capability (#21315)
Mathias Fußenegger
2022-12-08
*
fix(lsp): ensure open_logfile is safe for fast events (#21288)
Mathias Fußenegger
2022-12-04
*
fix(lsp): call show_document with correct args
Mathias Fussenegger
2022-12-04
*
fix(lsp): render <pre>{lang} code blocks and set separator default to false (...
Folke Lemaitre
2022-12-03
*
docs(gen): support language annotation in docstrings
Christian Clason
2022-12-02
*
docs: fix typos (#21196)
dundargoc
2022-11-29
*
feat(lsp): support set title in lsp relate floatwindow (#21110)
Raphael
2022-11-21
*
fix(lsp): ignore hover and signatureHelp responses on buffer change (#21121)
Grzegorz Rozdzialik
2022-11-19
*
feat(lsp): run handler in coroutine to support async response (#21026)
Mathias Fußenegger
2022-11-19
*
fix(lsp/window_showDocument): correctly handle external resources #20867
lvimuser
2022-10-30
*
fix(lsp): reporting bogus capabilities in CodeActionKind #20678
David Hotham
2022-10-16
*
fix(lua): properly configure luacheck and remove `local vim = ...` lines (#20...
Folke Lemaitre
2022-10-09
*
feat(lsp): support window/showDocument (#19977)
lvimuser
2022-10-08
*
refactor(lsp): remove deprecated lsp functions (#20421)
Mathias Fußenegger
2022-10-01
*
docs: fix typos (#20394)
dundargoc
2022-09-30
*
feat(gen_help_html.lua): adapt to new parser
Justin M. Keyes
2022-09-28
*
fix(docs): invalid :help links #20345
Justin M. Keyes
2022-09-25
[next]