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
/
buf.lua
Commit message (
Expand
)
Author
Age
*
feat(lsp): vim.lsp.buf.format() supports textDocument/rangesFormatting #27323
Tom Praschan
2024-06-24
*
refactor: deprecate vim.region() #28416
Justin M. Keyes
2024-05-28
*
docs: misc (#28609)
dundargoc
2024-05-15
*
docs(lsp): document vim.lsp.ListOpts.loclist
tom-anders
2024-05-07
*
refactor(lsp): s/options/opts for parameters in vim.lsp.buf
tom-anders
2024-05-07
*
refactor(lsp): merge subtypes and supertypes into typehierarchy (#28467)
Mathias Fußenegger
2024-04-23
*
feat(lsp): add vim.lsp.buf.subtypes(), vim.lsp.buf.supertypes() (#28388)
Yinzuo Jiang
2024-04-20
*
refactor(lsp): move workspace folder logic into the client
Lewis Russell
2024-04-02
*
fix(lsp): abort callHierarchy on no result (#28102)
Marcin Szamotulski
2024-03-31
*
feat!: remove deprecated functions
dundargoc
2024-03-09
*
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): move client code to a regular Lua class
Lewis Russell
2024-02-07
*
refactor: fix luals warnings
dundargoc
2023-12-30
*
refactor: use vim.deprecate on all deprecated functions
dundargoc
2023-12-27
*
feat(lsp): more annotations
Lewis Russell
2023-12-14
*
fix(lsp): create per client params in lsp.buf.code_action
Mathias Fussenegger
2023-11-04
*
fix(lsp): call `on_list()` even for single location (#25830)
Evgeni Chasnovski
2023-10-31
*
docs: do not hardcode LSP version in URL #25648
Maria José Solano
2023-10-16
*
feat(lsp): fallback to code-action command on resolve failure (#25464)
Mathias Fußenegger
2023-10-02
*
docs: replace <pre> with ``` (#25136)
Gregory Anders
2023-09-14
*
docs(lsp): fix references to protocol.constants #24578
Maria José Solano
2023-08-07
*
refactor(lsp): use protocol.Methods instead of strings #24570
Raphael
2023-08-05
*
refactor(lsp): use protocol.Methods instead of strings #24537
Raphael
2023-08-03
*
fix(lsp): fix multi client handling workspace_folder methods (#18839)
Mathias Fußenegger
2023-07-25
*
fix(lsp): send empty "added" list when removing workspace folder #24440
Mitchell Hanberg
2023-07-24
*
docs(lua): more improvements (#24387)
Lewis Russell
2023-07-18
*
feat(lsp)!: rename vim.lsp.get_active_clients to get_clients (#24113)
Mathias Fußenegger
2023-07-17
*
feat(lsp): add method filter to get_active_clients (#24319)
Mathias Fußenegger
2023-07-12
*
fix(lint): lint warnings #24226
Raphael
2023-07-10
*
fix(lsp): revert change to buf.clear_references() #24238
Raphael
2023-07-04
*
fix(lsp): lint warnings, default offset_encoding #24046
Raphael
2023-07-01
*
feat(lsp): move inlay_hint() to vim.lsp (#24130)
Mathias Fußenegger
2023-06-30
*
fix(docs): vimdoc syntax errors
Justin M. Keyes
2023-06-25
*
test: spellcheck :help (vimdoc) files #24109
Justin M. Keyes
2023-06-22
*
refactor(lsp): extract common execute command functionality (#24065)
Mathias Fußenegger
2023-06-20
*
feat(lsp): inlay hints #23984
Chinmay Dalal
2023-06-19
*
fix(lsp): allow Lua pattern chars in code action filter (#24041)
Jonas Strittmatter
2023-06-17
*
fix(lsp): fix dynamic registration of code actions (#23826)
Folke Lemaitre
2023-05-30
*
feat(lsp): initial support for dynamic capabilities (#23681)
Folke Lemaitre
2023-05-28
*
refactor(lsp): mark server_ready function as deprecated (#23520)
Raphael
2023-05-13
*
refactor: remove modelines from Lua files
Gregory Anders
2023-04-13
*
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
*
fix(lsp): check method is supported when range formatting (#21970)
Sean Dewar
2023-01-24
*
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(lua): adjust some type annotations
notomo
2023-01-04
*
fix(lsp): fix get_active_clients bufnr parameter (#21366)
Mathias Fußenegger
2022-12-09
[next]