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.lua
Commit message (
Expand
)
Author
Age
*
fix(lsp): reuse client if configs match and no root dir
Lewis Russell
2024-12-13
*
feat(lsp): add vim.lsp.config and vim.lsp.enable
Lewis Russell
2024-12-10
*
refactor: add vim._resolve_bufnr
Lewis Russell
2024-12-07
*
fix: remove vim.lsp._with_extend
Lewis Russell
2024-12-07
*
fix(lsp): check for configuration workspace folders when reusing clients
Maria José Solano
2024-12-07
*
feat(lsp): deprecate vim.lsp.start_client #31341
Maria José Solano
2024-12-04
*
docs: provide example for configuring LSP foldexpr (#31411)
Gregory Anders
2024-12-02
*
feat(lsp): support `textDocument/foldingRange` (#31311)
Yi Ming
2024-11-29
*
fix(lsp): hover keymap (#31208)
andrew snelling
2024-11-22
*
feat(lsp): deprecate non-method client functions
Lewis Russell
2024-11-20
*
refactor(lsp): fold in dynamic_registration code into the client
Lewis Russell
2024-11-18
*
feat(lsp)!: remove client-server handlers from vim.lsp.handlers
Lewis Russell
2024-11-01
*
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
|
*
refactor(lsp): buf_request_all
Lewis Russell
2024-10-29
*
|
fix(lsp): compare URI instead of workspace folder name (#30962)
Gregory Anders
2024-10-27
*
|
refactor(lsp): drop str_byteindex/str_utfindex wrappers #30915
Tristan Knight
2024-10-26
|
/
*
fix(lsp.buf): use correct offset_encoding for all requests
Lewis Russell
2024-10-24
*
docs: misc
dundargoc
2024-10-23
*
perf(validate): use lighter version
Lewis Russell
2024-10-17
*
docs: misc (#29719)
dundargoc
2024-08-29
*
fix(lsp): update request name to capability map #30098
atusy
2024-08-20
*
fix(lsp): don't show codelens for buffers that don't support it (#29690)
Riley Bruins
2024-07-16
*
refactor: use `vim._with` where possible
dundargoc
2024-06-28
*
fix(lsp): avoid vim.keymap.del error when stopping a client (#29478)
Matt Fellenz
2024-06-26
*
feat(lsp): vim.lsp.buf.format() supports textDocument/rangesFormatting #27323
Tom Praschan
2024-06-24
*
fix(lsp): do not reset buf version when detaching client (#29242)
Ilia Choly
2024-06-10
*
fix(lsp): revert buf_versions deprecation/replacement (#29217)
Mathias Fußenegger
2024-06-07
*
docs: misc (#28837)
dundargoc
2024-06-07
*
fix(lsp): check if buffer is valid before LspDetach autocmd (#29162)
Saltaformajo
2024-06-04
*
refactor(lsp): replace util.buf_versions with changedtick (#28943)
Mathias Fußenegger
2024-05-30
*
fix(lsp): clear lsp client diagnostics (#29050)
crwebb85
2024-05-30
*
Merge pull request #27339 from MariaSolOs/completion
Gregory Anders
2024-05-28
|
\
|
*
feat(lsp): completion side effects
Maria José Solano
2024-05-27
*
|
fix(lsp): do not detach from buffer if there are uninitialized clients (#29029)
Ilia Choly
2024-05-27
|
/
*
refactor(lsp): reuse buf_detach_client logic in on_detach (#28939)
Mathias Fußenegger
2024-05-23
*
fix(lsp): trigger LspDetach on buffer delete (#28795)
Andre Toerien
2024-05-23
*
refactor(lsp): use supports_method where applicable
Ilia Choly
2024-05-22
*
fix(lsp): detach all clients on_reload to force buf_state reload (#28875)
Ilia Choly
2024-05-21
*
fix(lsp): add textDocument/documentLink to capability map (#28838)
Ilia Choly
2024-05-21
*
docs: misc (#28609)
dundargoc
2024-05-15
*
fix(lsp): don't start additional client if attach failed (#28744)
Mathias Fußenegger
2024-05-14
*
docs: fix lua type warnings (#28633)
Maria José Solano
2024-05-05
*
fix(lsp): change `silent` in lsp.start.Opts to optional (#28524)
Mathias Fußenegger
2024-04-26
*
feat(lsp): add more LSP defaults (#28500)
Gregory Anders
2024-04-26
*
fix(lsp): ensure buffer is not attached more than once
Lewis Russell
2024-04-26
*
fix(lsp): add "silent" option to vim.lsp.start (#28478)
Gregory Anders
2024-04-26
*
feat(fs): add vim.fs.root (#28477)
Gregory Anders
2024-04-24
*
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
[next]