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
/
handlers.lua
Commit message (
Expand
)
Author
Age
*
refactor(types): more fixes (2)
Lewis Russell
2024-03-06
*
docs: improve/add documentation of Lua types
Lewis Russell
2024-03-01
*
feat(docs): replace lua2dox.lua
Lewis Russell
2024-02-27
*
refactor(lsp): resolve the config-client entanglement
Lewis Russell
2024-02-13
*
fix(lsp): semantic token defer loading
Lewis Russell
2024-02-12
*
refactor(lsp): tidy up logging
Lewis Russell
2024-02-08
*
refactor: create function for deferred loading
dundargoc
2024-02-03
*
refactor(lsp): deprecate `vim.lsp.util.lookup_section`
Jongwook Choi
2024-01-16
*
fix(doc): improve doc generation of types using lpeg
Lewis Russell
2024-01-11
*
feat(lsp): more annotations
Lewis Russell
2023-12-14
*
fix(lsp): call `on_list()` even for single location (#25830)
Evgeni Chasnovski
2023-10-31
*
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
*
fix(lsp)!: deprecate trim_empty_lines
Maria José Solano
2023-09-19
*
feat(lsp): use treesitter for stylize markdown
Maria José Solano
2023-09-19
*
docs: replace <pre> with ``` (#25136)
Gregory Anders
2023-09-14
*
feat(lsp): improve control over placement of floating windows (#24494)
Grace Petryk
2023-09-10
*
fix(lsp): wrong iterator in registerCapability handler (#24971)
TheBlob42
2023-09-01
*
refactor(lsp): use protocol.Methods instead of strings #24537
Raphael
2023-08-03
*
feat(lsp): implement textDocument/diagnostic (#24128)
Chris AtLee
2023-07-20
*
docs(lua): more improvements (#24387)
Lewis Russell
2023-07-18
*
fix(lint): lint warnings #24226
Raphael
2023-07-10
*
fix(vim.ui.open): return (don't show) error message
Justin M. Keyes
2023-07-05
*
fix(gx): visual selection, expand env vars
Justin M. Keyes
2023-07-04
*
feat(vim.ui): vim.ui.open, "gx" without netrw
marshmallow
2023-07-04
*
feat(lsp): move inlay_hint() to vim.lsp (#24130)
Mathias Fußenegger
2023-06-30
*
feat(lsp): inlay hints #23984
Chinmay Dalal
2023-06-19
*
feat(lsp): add handlers for inlay hints (#23736)
Chinmay Dalal
2023-06-11
*
feat(lsp)!: add vim.lsp.status, client.progress and promote LspProgressUpdate...
Mathias Fußenegger
2023-06-09
*
feat(lsp): initial support for dynamic capabilities (#23681)
Folke Lemaitre
2023-05-28
*
refactor(options): deprecate nvim[_buf|_win]_[gs]et_option
Lewis Russell
2023-05-21
*
refactor: remove modelines from Lua files
Gregory Anders
2023-04-13
*
fix(lsp): add missing silent check in lsp hover handler (#22763)
Micah Halter
2023-03-25
*
feat(lsp): implement workspace/didChangeWatchedFiles (#22405)
Jon Huhn
2023-03-05
*
Revert "feat(lsp): implement workspace/didChangeWatchedFiles (#21293)"
Mathias Fussenegger
2023-02-25
*
feat(lsp): implement workspace/didChangeWatchedFiles (#21293)
Jon Huhn
2023-02-25
*
fix(lsp): assert workspace/applyEdit receives params (#21945)
Mathias Fußenegger
2023-01-22
*
feat(float): open float relative to mouse #21531
Sebastian Lyng Johansen
2023-01-10
*
fix(lsp): call show_document with correct args
Mathias Fussenegger
2022-12-04
*
docs(gen): support language annotation in docstrings
Christian Clason
2022-12-02
*
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(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
*
fix(docs): invalid :help links #20345
Justin M. Keyes
2022-09-25
*
fix(lsp): prevent unexpected position jumps (#19370)
rhcher
2022-08-03
*
feat(lsp): provide feedback if server can't compute rename result (#19546)
Mathias Fußenegger
2022-07-27
*
feat(lsp): allow passing custom list handler to LSP functions that return lis...
Dalius Dobravolskas
2022-07-25
[next]