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
*
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
*
refactor(lsp): simplify client tracking
Lewis Russell
2024-03-25
*
Revert "refactor(lsp): simplify client tracking"
Lewis Russell
2024-03-25
*
refactor(lsp): simplify client tracking
Lewis Russell
2024-03-25
*
feat(lua): deprecate vim.tbl_add_reverse_lookup
Maria José Solano
2024-03-07
*
docs(lua): improvements for LSP and Diagnostic
Lewis Russell
2024-03-05
*
docs: improve/add documentation of Lua types
Lewis Russell
2024-03-01
*
feat(docs): replace lua2dox.lua
Lewis Russell
2024-02-27
*
fix(lsp): add assertion for explicit bufnr in apply_text_edits (#27614)
Gregory Anders
2024-02-24
*
docs(lsp): remove obsolete didChangeConfiguration explanation (#27595)
Tim Pope
2024-02-24
*
refactor(lsp): resolve the config-client entanglement
Lewis Russell
2024-02-13
*
refactor(lsp): move more code to client.lua
Lewis Russell
2024-02-11
*
refactor(lsp): tidy up logging
Lewis Russell
2024-02-08
*
refactor(lsp): move client code to a regular Lua class
Lewis Russell
2024-02-07
*
fix(lsp): fix infinite loop on vim.lsp.tagfunc
Jongwook Choi
2024-02-03
*
refactor: create function for deferred loading
dundargoc
2024-02-03
*
docs: various #25289
Justin M. Keyes
2024-01-18
*
fix(lsp): fix incorrect typing and doc for `vim.lsp.rpc`
Jongwook Choi
2024-01-14
*
feat(lua): add noref to deepcopy
Lewis Russell
2024-01-03
*
docs(lsp): add supports_method to vim.lsp.client docs (#26852)
Mathias Fußenegger
2024-01-02
*
refactor: fix luals warnings
dundargoc
2023-12-30
*
refactor: use vim.deprecate on all deprecated functions
dundargoc
2023-12-27
*
fix(lsp): filetype matching to documentSelector in dynamic capabilities (#25425)
Michal Liszcz
2023-12-22
*
refactor(lsp): move changetracking to separate file (#26577)
Lewis Russell
2023-12-17
[next]