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
*
docs(lsp): remove lsp.buf_request from docs (#19738)
Mathias Fußenegger
2022-08-18
*
fix(lsp): fix nil value error in get_group (#19735)
Mathias Fußenegger
2022-08-12
*
fix(lsp): handle nil client in onexit callback (#19722)
Mathias Fußenegger
2022-08-11
*
fix(lsp): handle multiple clients with incremental sync (#19658)
Mathias Fußenegger
2022-08-09
*
feat(lsp): set formatexpr by default (#19677)
Mathias Fußenegger
2022-08-08
*
fix(lsp): set end_col in formatexpr (#19676)
Mathias Fußenegger
2022-08-08
*
feat(lsp): disable exit_timeout by default (#19672)
Mathias Fußenegger
2022-08-08
*
fix(lsp): send didOpen if name changes on write (#19583)
Mathias Fußenegger
2022-08-01
*
refactor(lsp): use autocmd api (#19407)
ii14
2022-07-17
*
refactor: use `local api = vim.api`
ii14
2022-07-15
*
refactor(lsp): make the use of local aliases more consistent
ii14
2022-07-15
*
fix(lsp): account for initializing servers in vim.lsp.start (#19329)
Nicolas Hillegeer
2022-07-12
*
fix(lsp): don't attach a client in lsp.start() if there is none (#19328)
Nicolas Hillegeer
2022-07-11
*
fix(lsp): abort pending changes after flush when debouncing (#19314)
Rishikesh Vaishnav
2022-07-11
*
feat(lsp): defaults: tagfunc, omnifunc (#19003)
Mathias Fußenegger
2022-07-10
*
refactor(lua): reformat with stylua 0.14.0 (#19264)
Christian Clason
2022-07-07
*
docs: fix typos (#18269)
dundargoc
2022-06-04
*
feat(lsp): send didChangeConfiguration after init (#18847)
Mathias Fußenegger
2022-06-03
*
feat(lsp): add a start function (#18631)
Mathias Fußenegger
2022-06-03
*
refactor(lsp): remove redundant client cleanup (#18744)
Gregory Anders
2022-05-25
*
feat(lsp): add filter to vim.lsp.get_active_clients()
Gregory Anders
2022-05-18
*
feat(lsp): add LspAttach and LspDetach autocommands
Gregory Anders
2022-05-18
*
chore: format runtime with stylua
Christian Clason
2022-05-09
*
fix(lsp): detach spawned LSP server processes (#18477)
Gregory Anders
2022-05-08
*
feat(lsp): add logging level "OFF" (#18379)
ii14
2022-05-03
*
fix(lsp): fix infinite loop in resolved_capabilities deprecation message (#18...
ii14
2022-04-30
*
fix(lsp): handle textDocumentSync.save bool capability (#18332)
Mathias Fußenegger
2022-04-30
*
chore(lsp): remove capabilities sanitization (#17814)
Michael Lingelbach
2022-04-30
*
fix(lsp): pass offset_encoding in formatexpr() (#18084)
Tony Fettes
2022-04-11
*
chore: fix typos (#17670)
dundargoc
2022-03-17
*
fix(lsp): correct prefix when filterText is present (#17051)
Lajos Koszti
2022-02-11
*
perf(lsp): request only changed portions of the buffer in changetracking (#17...
Michael Lingelbach
2022-01-17
*
refactor(lsp): debounce timer per buf and unify with non-debounce (#17016)
Mathias Fußenegger
2022-01-11
*
fix(lsp): ensure pending changes are flushed on skipped debounce (#17015)
Mathias Fußenegger
2022-01-10
*
feat(lsp): skip or reduce debounce after idle (#16881)
Mathias Fußenegger
2022-01-07
*
feat(lsp): enable default debounce of 150 ms (#16908)
Michael Lingelbach
2022-01-05
*
chore: fix typos (#16816)
dundargoc
2022-01-04
*
fix(lsp): explicitly pass bufnr in didSave handler (#16906)
Michael Lingelbach
2022-01-03
*
chore: fix typos (#16506)
dundargoc
2021-12-28
*
feat(lsp): add buf_detach_client (#16250)
Michael Lingelbach
2021-12-21
*
fix(lsp): avoid attaching to unloaded buffers (#16723)
Michael Lingelbach
2021-12-19
*
fix(lsp): call config on_exit handler before context is cleared (#16638)
Gregory Anders
2021-12-17
*
fix(lsp): create lsp requests with position offsets considering client encodi...
Rishikesh Vaishnav
2021-12-10
*
refactor(lsp): remove usage of deprecated function (#16539)
Gregory Anders
2021-12-07
*
docs(lsp): re-add client.requests documentation (#16530)
Anshuman Medhi
2021-12-05
*
docs(lsp): add annotations for private functions
Gregory Anders
2021-11-30
*
chore: fix typos (#16361)
dundargoc
2021-11-27
*
fix(lsp): send textDocument/didChange for each buffer (#16431)
Michael Lingelbach
2021-11-26
*
feat(lsp): use uv_spawn to check if server executable (#16430)
Michael Lingelbach
2021-11-25
*
fix(lsp): avoid indexing vim.NIL for null workspaceFolders (#16404)
Michael Lingelbach
2021-11-22
[next]