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
/
util.lua
Commit message (
Expand
)
Author
Age
*
feat(lsp): multi-client support for signature_help
Lewis Russell
2024-11-04
*
fix(lsp): hover border type can be string (#31013)
nikolightsaber
2024-11-01
*
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
*
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
*
fix(lsp.util): wrong arguments to 'validate' function
temhelk
2024-10-18
*
Merge pull request #30825 from lewis6991/refactor/lsputil
Lewis Russell
2024-10-17
|
\
|
*
feat(lsp.util): minor codestyle
Lewis Russell
2024-10-17
|
*
feat(lsp.util): improve offset_encoding type annotations
Lewis Russell
2024-10-17
|
*
feat(lsp.util): remove some variables
Lewis Russell
2024-10-17
|
*
feat(lsp.util): use vim.w/b
Lewis Russell
2024-10-17
|
*
feat(lsp.util): remove some aliases
Lewis Russell
2024-10-17
|
*
feat(lsp.util): remove unneeded table
Lewis Russell
2024-10-17
|
*
fix(lsp.util): inconsistent handling of offset_encoding
Lewis Russell
2024-10-17
|
*
feat(lsp.util): get_bufs_with_prefix -> get_writeable_bufs
Lewis Russell
2024-10-17
|
*
feat(lsp.util): refactor get_border_size()
Lewis Russell
2024-10-17
|
*
feat(lsp.util): simplify some bounds checking
Lewis Russell
2024-10-17
|
*
feat(lsp.util): remove metatable in locations_to_items
Lewis Russell
2024-10-17
|
*
feat(lsp.util): refactor symbols_to_items()
Lewis Russell
2024-10-17
|
*
feat(lsp.util): remove uneeded do-end
Lewis Russell
2024-10-17
|
*
feat(lsp.util): use vim.api alias
Lewis Russell
2024-10-17
|
*
feat(lsp.util): fix type errors
Lewis Russell
2024-10-17
|
*
feat(lsp.util): remove lsp spec extract
Lewis Russell
2024-10-16
|
*
feat(lsp.util): use faster version of vim.validate
Lewis Russell
2024-10-16
*
|
fix(lsp): str_byteindex_enc bounds checking #30747
Tristan Knight
2024-10-16
|
/
*
fix(lsp): handle multiline signature help labels #30460
Maria José Solano
2024-10-15
*
fix(lsp): set 'smoothscroll' in docs hover #30748
Justin M. Keyes
2024-10-11
*
fix(lsp): tagfunc fails in unusual buffer #30700
Justin M. Keyes
2024-10-07
*
feat(lsp): improve LSP doc hover rendering #30695
Justin M. Keyes
2024-10-06
*
feat(fs.lua): add vim.fs.rm()
Lewis Russell
2024-09-22
*
fix(lsp): handle nil bytes in strings
Mathias Fussenegger
2024-09-13
*
fix(lsp): handle encoding bounds in str_utfindex_enc
tris203
2024-09-10
*
fix(lsp): handle out-of-bounds character positions #30288
Tristan Knight
2024-09-08
*
fix(lsp): handle locations exceeding line length #30253
Tristan Knight
2024-09-05
*
test(lsp): refactor and tidy
Lewis Russell
2024-08-11
*
fix(lsp): revert text edit application order change (#29877)
Mathias Fußenegger
2024-07-27
*
refactor: use `vim._with` where possible
dundargoc
2024-06-28
*
refactor(lsp): use metatable for buf_versions (#29304)
Ilia Choly
2024-06-14
*
refactor(lua): improve type annotations
Lewis Russell
2024-06-11
*
feat(lsp): include end_col, end_lnum in vim.lsp.buf.locations_to_items #29164
Tom Praschan
2024-06-09
*
fix(lsp): fix reverse sorting of same position text edits (#29212)
Al Colmenar
2024-06-07
*
fix(lsp): revert buf_versions deprecation/replacement (#29217)
Mathias Fußenegger
2024-06-07
*
fix(lsp): account for changedtick version gap on modified reset (#29170)
Mathias Fußenegger
2024-06-04
*
refactor(lsp): use predefined types in util function signatures (#29095)
Ilia Choly
2024-05-31
*
refactor(lsp): replace util.buf_versions with changedtick (#28943)
Mathias Fußenegger
2024-05-30
*
refactor: fix luals type warnings
dundargoc
2024-05-27
*
feat: remove deprecated features
dundargoc
2024-05-16
*
docs: small fixes (#27364)
dundargoc
2024-03-12
*
fix(lsp): directly rename the existing buffers when renaming (#27690)
Jaehwang Jung
2024-03-02
[next]