index
:
neovim
dependabot/github_actions/github-actions-c6747d2992
marvim/ci-version-update
master
release-0.10
release-0.11
release-0.12
release-0.4
release-0.5
release-0.6
release-0.7
release-0.8
release-0.9
Vim-fork focused on extensibility and usability
summary
refs
log
tree
commit
diff
stats
homepage
log msg
author
committer
range
path:
root
/
runtime
/
lua
/
vim
/
lsp.lua
Age
Commit message (
Expand
)
Author
Files
2024-07-17
fix(lsp): don't show codelens for buffers that don't support it (#29690)
Riley Bruins
1
2024-07-03
fix(lsp): avoid vim.keymap.del error when stopping a client (#29478)
Matt Fellenz
1
2024-06-10
fix(lsp): do not reset buf version when detaching client (#29273)
github-actions[bot]
1
2024-05-30
fix(lsp): clear lsp client diagnostics (#29091)
github-actions[bot]
1
2024-05-27
fix(lsp): do not detach from buffer if there are uninitialized clients (#29043)
github-actions[bot]
1
2024-05-26
refactor(lsp): reuse buf_detach_client logic in on_detach (#28939) (#29024)
Mathias Fußenegger
1
2024-05-23
fix(lsp): trigger LspDetach on buffer delete
github-actions[bot]
1
2024-05-21
fix(lsp): detach all clients on_reload to force buf_state reload (#28898)
github-actions[bot]
1
2024-05-21
fix(lsp): add textDocument/documentLink to capability map (#28838)
Ilia Choly
1
2024-05-15
docs: misc (#28609)
dundargoc
1
2024-05-14
fix(lsp): don't start additional client if attach failed (#28744)
Mathias Fußenegger
1
2024-05-05
docs: fix lua type warnings (#28633)
Maria José Solano
1
2024-04-26
fix(lsp): change `silent` in lsp.start.Opts to optional (#28524)
Mathias Fußenegger
1
2024-04-26
feat(lsp): add more LSP defaults (#28500)
Gregory Anders
1
2024-04-26
fix(lsp): ensure buffer is not attached more than once
Lewis Russell
1
2024-04-26
fix(lsp): add "silent" option to vim.lsp.start (#28478)
Gregory Anders
1
2024-04-24
feat(fs): add vim.fs.root (#28477)
Gregory Anders
1
2024-04-20
feat(lsp): add vim.lsp.buf.subtypes(), vim.lsp.buf.supertypes() (#28388)
Yinzuo Jiang
1
2024-04-02
refactor(lsp): move workspace folder logic into the client
Lewis Russell
1
2024-03-25
refactor(lsp): simplify client tracking
Lewis Russell
1
2024-03-25
Revert "refactor(lsp): simplify client tracking"
Lewis Russell
1
2024-03-25
refactor(lsp): simplify client tracking
Lewis Russell
1
2024-03-07
feat(lua): deprecate vim.tbl_add_reverse_lookup
Maria José Solano
1
2024-03-05
docs(lua): improvements for LSP and Diagnostic
Lewis Russell
1
2024-03-01
docs: improve/add documentation of Lua types
Lewis Russell
1
2024-02-27
feat(docs): replace lua2dox.lua
Lewis Russell
1
2024-02-24
fix(lsp): add assertion for explicit bufnr in apply_text_edits (#27614)
Gregory Anders
1
2024-02-24
docs(lsp): remove obsolete didChangeConfiguration explanation (#27595)
Tim Pope
1
2024-02-13
refactor(lsp): resolve the config-client entanglement
Lewis Russell
1
2024-02-11
refactor(lsp): move more code to client.lua
Lewis Russell
1
2024-02-08
refactor(lsp): tidy up logging
Lewis Russell
1
2024-02-07
refactor(lsp): move client code to a regular Lua class
Lewis Russell
1
2024-02-03
fix(lsp): fix infinite loop on vim.lsp.tagfunc
Jongwook Choi
1
2024-02-03
refactor: create function for deferred loading
dundargoc
1
2024-01-18
docs: various #25289
Justin M. Keyes
1
2024-01-14
fix(lsp): fix incorrect typing and doc for `vim.lsp.rpc`
Jongwook Choi
1
2024-01-03
feat(lua): add noref to deepcopy
Lewis Russell
1
2024-01-02
docs(lsp): add supports_method to vim.lsp.client docs (#26852)
Mathias Fußenegger
1
2023-12-30
refactor: fix luals warnings
dundargoc
1
2023-12-27
refactor: use vim.deprecate on all deprecated functions
dundargoc
1
2023-12-22
fix(lsp): filetype matching to documentSelector in dynamic capabilities (#25425)
Michal Liszcz
1
2023-12-17
refactor(lsp): move changetracking to separate file (#26577)
Lewis Russell
1
2023-12-14
feat(lsp): more annotations
Lewis Russell
1
2023-11-12
feat(lsp)!: vim.lsp.inlay_hint.get(), enable(), is_enabled() #25512
LW
1
2023-10-21
refactor(lsp): move completion logic into _completion module
Mathias Fussenegger
1
2023-10-11
fix(lsp): display initialization errors (#25409)
Maria José Solano
1
2023-09-14
docs: replace <pre> with ``` (#25136)
Gregory Anders
1
2023-09-14
feat(lsp): remove notify from vim.lsp.buf_detach_client (#25140)
Mathias Fußenegger
1
2023-08-31
refactor(lsp): add type annotation for lsp.Client.server_capabilities (#24925)
Jongwook Choi
1
2023-08-31
fix(lsp): only disable inlay hints / diagnostics if no other clients are conn...
Chris AtLee
1
[next]