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
Age
Commit message (
Expand
)
Author
Files
2024-05-07
feat(lsp): support vim.lsp.ListOpts.loclist in location_handler()
tom-anders
1
2024-05-07
docs(lsp): document vim.lsp.ListOpts.loclist
tom-anders
2
2024-05-07
refactor(lsp): use vim.cmd instead of api.nvim_command
tom-anders
1
2024-05-07
docs(lsp): fix type annotations in response_to_list(...)
tom-anders
1
2024-05-07
refactor(lsp): move repeated table construction into a variable
tom-anders
1
2024-05-07
fix(lsp): rename LspProgress data.result => data.params #28632
Jongwook Choi
1
2024-05-07
refactor(lsp): use vim.is_callable()
tom-anders
1
2024-05-07
refactor(lsp): s/options/opts for parameters in vim.lsp.buf
tom-anders
1
2024-05-07
fix(lsp): enable() does not activate inlay hints on open buffers #28629
Yi Ming
1
2024-05-03
fix(lsp): replace bug-prone ternary operation #28627
Yi Ming
1
2024-05-03
fix(vim.ui)!: change open() to return `result|nil, errmsg|nil` #28612
Justin M. Keyes
1
2024-05-02
Merge #28101 nvim__redraw
Justin M. Keyes
2
2024-05-02
feat(lsp): inlay_hint.is_enabled({filter}) #28523
Yi Ming
1
2024-05-02
feat(api): add nvim__redraw for more granular redrawing
Luuk van Baal
2
2024-05-02
feat(lsp): vim.lsp.inlay_hint.enable(nil) applies to all buffers #28543
Yi Ming
1
2024-04-26
fix(lsp): add "silent" option to vim.lsp.start (#28478)
Gregory Anders
2
2024-04-26
refactor(lsp): rename foos_by_bar to bar_foos #28505
Yi Ming
1
2024-04-26
fix(lsp): buffer messages until connected to server (#28507)
Mathias Fußenegger
1
2024-04-25
fix(vim.ui)!: change open() to return pcall-like values #28502
Justin M. Keyes
1
2024-04-23
refactor(lsp): merge subtypes and supertypes into typehierarchy (#28467)
Mathias Fußenegger
1
2024-04-22
fix(lsp): avoid assertion when `client_hints` do not exist (#28461)
Yi Ming
1
2024-04-22
refactor(lua): deprecate tbl_flatten
Justin M. Keyes
2
2024-04-21
refactor(lua): rename tbl_islist => islist
Justin M. Keyes
1
2024-04-20
feat(lsp): add vim.lsp.buf.subtypes(), vim.lsp.buf.supertypes() (#28388)
Yinzuo Jiang
2
2024-04-18
fix(lsp): correct deprecation message #28403
Maria José Solano
1
2024-04-18
feat(lua): enable(enable:boolean, filter:table) #28374
Justin M. Keyes
1
2024-04-18
refactor(lsp): merge rpc.domain_socket_connect into rpc.connect (#28398)
Mathias Fußenegger
1
2024-04-15
fix(vim.ui): open() may wait indefinitely #28325
Justin M. Keyes
1
2024-04-10
fix(lsp): prevent code-lens refresh from becoming a permanent no-op (#28228)
Yi Ming
1
2024-04-10
fix(lsp): empty commands should not be considered executable (#28216)
Yi Ming
1
2024-04-05
feat(lsp): set workDoneToken in initialize request (#28182)
Mathias Fußenegger
1
2024-04-02
refactor(lsp): move workspace folder logic into the client
Lewis Russell
2
2024-03-31
fix(lsp): abort callHierarchy on no result (#28102)
Marcin Szamotulski
1
2024-03-25
refactor(lsp): simplify client tracking
Lewis Russell
1
2024-03-25
fix(test): typing
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-22
fix(lsp): handle stale bufnr on LspRequest autocmd trigger (#27981)
Jaehwang Jung
1
2024-03-17
fix(lsp): create codelens request parameters for each buffer (#27699)
Takuya Tokuda
1
2024-03-12
docs: small fixes (#27364)
dundargoc
2
2024-03-09
docs: support inline markdown
Lewis Russell
1
2024-03-09
feat!: remove deprecated functions
dundargoc
1
2024-03-07
feat(lua): deprecate vim.tbl_add_reverse_lookup
Maria José Solano
3
2024-03-06
docs(lsp): nits and typos in client.lua
Maria José Solano
1
2024-03-06
refactor(types): more fixes (2)
Lewis Russell
3
2024-03-06
fix(lsp): actually send diagnostic-tags back to the server
Lewis Russell
1
2024-03-05
docs(lua): improvements for LSP and Diagnostic
Lewis Russell
3
2024-03-02
fix(lsp): directly rename the existing buffers when renaming (#27690)
Jaehwang Jung
1
2024-03-02
fix(lsp): defer writing error msgs (#27688)
Jaehwang Jung
1
2024-03-01
Merge pull request #27347 from lewis6991/fswatch
Lewis Russell
3
[prev]
[next]