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
/
client.lua
Commit message (
Expand
)
Author
Age
*
fix: resolve all remaining LuaLS diagnostics
Lewis Russell
2025-01-27
*
fix(messages): lsp window/showMessage is not an error
Luuk van Baal
2025-01-17
*
feat(api): deprecate nvim_out/err_write(ln)
Luuk van Baal
2025-01-09
*
fix(lsp): ensure watcher cancel
Jaehwang Jung
2025-01-02
*
feat(lsp): show server version in `:checkhealth` #31611
Peter Lithammer
2024-12-18
*
feat(lsp): add vim.lsp.config and vim.lsp.enable
Lewis Russell
2024-12-10
*
refactor(lsp): better tracking of requests
Lewis Russell
2024-12-08
*
refactor: add vim._resolve_bufnr
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(lsp): update example, optional parameters #31299
Yi Ming
2024-11-28
*
refactor(lsp): rename `offset_encoding` to `position_encoding` #31286
Yi Ming
2024-11-25
*
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
*
feat(lsp): deprecate execute_command with client:exec_cmd
Lewis Russell
2024-10-24
*
feat(vim.validate): improve fast form and deprecate spec form
Lewis Russell
2024-10-21
*
perf(validate): use lighter version
Lewis Russell
2024-10-17
*
refactor(api)!: rename Dictionary => Dict
Justin M. Keyes
2024-09-23
*
refactor(lsp): use metatable for buf_versions (#29304)
Ilia Choly
2024-06-14
*
refactor(lua): improve type annotations
Lewis Russell
2024-06-11
*
fix(lsp): revert buf_versions deprecation/replacement (#29217)
Mathias Fußenegger
2024-06-07
*
refactor(lsp): replace util.buf_versions with changedtick (#28943)
Mathias Fußenegger
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): handle nil root_dir in health check (#29007)
Mathias Fußenegger
2024-05-25
|
/
*
fix(lsp): check if buffer was detached in on_init callback (#28914)
Ilia Choly
2024-05-23
*
refactor(lsp): use supports_method where applicable
Ilia Choly
2024-05-22
*
fix(lsp): add "silent" option to vim.lsp.start (#28478)
Gregory Anders
2024-04-26
*
refactor(lua): deprecate tbl_flatten
Justin M. Keyes
2024-04-22
*
feat(lsp): set workDoneToken in initialize request (#28182)
Mathias Fußenegger
2024-04-05
*
refactor(lsp): move workspace folder logic into the client
Lewis Russell
2024-04-02
*
refactor(lsp): simplify client tracking
Lewis Russell
2024-03-25
*
fix(test): typing
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
*
fix(lsp): handle stale bufnr on LspRequest autocmd trigger (#27981)
Jaehwang Jung
2024-03-22
*
docs: small fixes (#27364)
dundargoc
2024-03-12
*
docs: support inline markdown
Lewis Russell
2024-03-09
*
docs(lsp): nits and typos in client.lua
Maria José Solano
2024-03-06
*
docs(lua): improvements for LSP and Diagnostic
Lewis Russell
2024-03-05
*
fix(lsp): defer writing error msgs (#27688)
Jaehwang Jung
2024-03-02
*
Merge pull request #27347 from lewis6991/fswatch
Lewis Russell
2024-03-01
|
\
|
*
fix(lsp): cancel watchers when closing a client
Lewis Russell
2024-03-01
*
|
docs: improve/add documentation of Lua types
Lewis Russell
2024-03-01
|
/
*
docs(lsp): mark `ClientConfig.init_options` as optional
Christian Clason
2024-02-24
*
refactor(lsp): resolve the config-client entanglement
Lewis Russell
2024-02-13
*
fix(lsp): re-add client.commands and mark private
Lewis Russell
2024-02-12
*
refactor(lsp): move more code to client.lua
Lewis Russell
2024-02-11
*
refactor(lsp): add type annotations
Maria José Solano
2024-02-10
[next]