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
*
feat(lsp): support `textDocument/foldingRange` (#31311)
Yi Ming
2024-11-29
*
docs(lsp): update example, optional parameters #31299
Yi Ming
2024-11-28
*
docs: more accurate typing for LSP references context
Riley Bruins
2024-11-28
*
fix(lsp): mention function name in warning #31301
glepnir
2024-11-27
*
fix(lsp): retrigger diagnostics request on server cancellation (#31345)
Gregory Anders
2024-11-25
*
refactor(lsp): rename `offset_encoding` to `position_encoding` #31286
Yi Ming
2024-11-25
*
fix(lsp): delete bufvar inside WinClosed event
glepnir
2024-11-24
*
fix(lsp): delete b:lsp_floating_preview buf var after win close
glepnir
2024-11-22
*
feat(lsp): require `offset_encoding` param #31249
Yi Ming
2024-11-20
*
feat(lsp): deprecate non-method client functions
Lewis Russell
2024-11-20
*
fix(lsp): restore get_language_id behaviour
Lewis Russell
2024-11-19
*
refactor(lsp): fold in dynamic_registration code into the client
Lewis Russell
2024-11-18
*
fix(api): only flush nvim__redraw when necessary #31250
luukvbaal
2024-11-18
*
feat(lsp): highlight hover target/range #31110
Riley Bruins
2024-11-17
*
fix(lsp): type-errors, other nits in vim.lsp.log #31235
Maria José Solano
2024-11-16
*
feat(lsp): support utf-8 and utf-32 position encodings
Lewis Russell
2024-11-14
*
fix(lsp): filter completion candidates based on completeopt (#30945)
Kristijan Husak
2024-11-13
*
refactor(lsp): avoid redundant function wrapping
Nicolas Hillegeer
2024-11-12
*
perf(lsp): use faster version of str_byteindex
Lewis Russell
2024-11-11
*
refactor(lsp): simplify reference range logic
Riley Bruins
2024-11-10
*
fix(lsp): fix infinite loop
Lewis Russell
2024-11-09
*
perf(lsp): do not apply semantic tokens to folded lines
Lewis Russell
2024-11-08
*
feat(lsp): multi-client support for signature_help
Lewis Russell
2024-11-04
*
feat(lsp)!: remove client-server handlers from vim.lsp.handlers
Lewis Russell
2024-11-01
*
fix(lsp): hover border type can be string (#31013)
nikolightsaber
2024-11-01
*
fix(lsp): correct hover result handling (#30995)
notomo
2024-10-30
*
Merge pull request #30935 from lewis6991/feat/lsp_multi_hover
Lewis Russell
2024-10-29
|
\
|
*
feat(lsp)!: multiple client support for vim.lsp.buf.hover()
Lewis Russell
2024-10-29
*
|
fix(lsp): list all workspace folders in healthcheck #30966
Maria José Solano
2024-10-28
*
|
docs(lsp): document alternative for vim.lsp.util.jump_to_location
Maria José Solano
2024-10-27
*
|
refactor(lsp): drop str_byteindex/str_utfindex wrappers #30915
Tristan Knight
2024-10-26
|
/
*
feat(lsp): deprecate vim.lsp.buf.completion
Lewis Russell
2024-10-24
*
feat(lsp): deprecate execute_command with client:exec_cmd
Lewis Russell
2024-10-24
*
fix(lsp): better multi-client support for callHierarchy
Lewis Russell
2024-10-24
*
fix(lsp): use correct method for prepareTypehierarchy
Lewis Russell
2024-10-24
*
fix(lsp): set tagstack on jump via goto methods
Mathias Fussenegger
2024-10-24
*
fix(lsp.buf): use correct offset_encoding for all requests
Lewis Russell
2024-10-24
*
fix(lsp.protocal): improve typing of constants
Lewis Russell
2024-10-24
*
refactor(lsp.buf): remove buf_request wrapper
Lewis Russell
2024-10-24
*
refactor(lsp.buf): use alias for vim.lsp
Lewis Russell
2024-10-24
*
fix(lsp): handle mixed encoding in tagfunc params
Mathias Fussenegger
2024-10-24
*
fix(lsp): support multiple clients in typehierarchy
Lewis Russell
2024-10-22
*
feat(vim.validate): improve fast form and deprecate spec form
Lewis Russell
2024-10-21
*
refactor: rename vim.highlight => vim.hl
Justin M. Keyes
2024-10-21
*
feat(lsp)!: support multiple clients in goto methods (#30877)
Mathias Fußenegger
2024-10-20
*
feat(lsp)!: support multiple clients in lsp.buf.references
Mathias Fussenegger
2024-10-20
*
fix(lsp.util): wrong arguments to 'validate' function
temhelk
2024-10-18
*
perf(validate): use lighter version
Lewis Russell
2024-10-17
*
Merge pull request #30825 from lewis6991/refactor/lsputil
Lewis Russell
2024-10-17
|
\
|
*
feat(lsp.util): minor codestyle
Lewis Russell
2024-10-17
[next]