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
/
buf.lua
Age
Commit message (
Expand
)
Author
Files
2021-07-11
fix(lsp): avoid ipairs on non-sequential tables (#15059)
Michael Lingelbach
1
2021-06-25
fix(lsp): Set `dir` completion option for add_workspace_folder
Mathias Fussenegger
1
2021-06-15
fix(lsp): add bufnr to formatting requests
Lukas Reineke
1
2021-06-14
docs(lsp): annotate call_hierarchy function as private
cbarrete
1
2021-05-19
lsp: handle unsupported call hierarchy call
Cédric Barreteau
1
2021-05-02
Synchronous formatting methods notify the user on timeout and interrupted
Karim Abou Zeid
1
2021-05-02
Support multiple range formatting clients
Karim Abou Zeid
1
2021-05-01
Add formatting_seq_sync, change formatting and formatting_sync
Karim Abou Zeid
1
2021-02-24
[LSP] Add in more docs for highlight groups with document_highlight() (#13614)
Chris Kipp
1
2020-12-09
doc: Add missing parameter end_pos for range_formatting (#13481)
Olivier Roques
1
2020-12-08
feat: Allow incremental sync & lsp flags (#13371)
TJ DeVries
1
2020-11-25
LSP: Feature/add workspace folders (#12638)
Michael Lingelbach
1
2020-11-12
lsp: vim.lsp.diagnostic (#12655)
TJ DeVries
1
2020-11-07
lsp: fix formatting_sync with multiple clients (#13233)
francisco souza
1
2020-09-24
lsp: Add vim.lsp.buf.range_code_action() (#12962)
notomo
1
2020-09-12
lsp: fix lsp.buf.formatting_sync() null response (#12752)
beardedsakimonkey
1
2020-08-23
Add docs for most vim.lsp methods
Patrice Peterson
1
2020-07-19
doc: Add documentation for some `vim.lsp.buf` functions (#12552)
cbarrete
1
2020-07-18
lsp: Add support for call hierarchies (#12556)
cbarrete
1
2020-07-02
doc: fix scripts and regenerate (#12506)
TJ DeVries
1
2020-06-27
LSP: Set current name as default rename text (#12553)
cbarrete
1
2020-06-22
lsp: Add sync variant of LSP formatting
David Lukes
1
2020-05-16
LSP: Add textDocument/codeAction support (#11607)
Jesse
1
2020-05-02
lsp: add workspace/symbol (#12224)
Christian Clason
1
2020-04-25
LSP: remove obsolete "peek definition" code #12178
Thore Weilbier
1
2020-02-28
lsp: add bufnr to callback function arguments
Hirokazu Hata
1
2020-02-26
add support to show diagnostics count in statusline (#11641)
Alvaro Muñoz
1
2020-02-26
LSP: implement documentHighlight (#11638)
Alvaro Muñoz
1
2020-02-10
LSP: Refine formatting tabSize #11834
Jesse-Bakker
1
2019-11-26
LSP: Move default buf callbacks to vim.lsp.callbacks (#11452)
Ashkan Kiani
1
2019-11-24
Add support for textDocument/references.
Ashkan Kiani
1
2019-11-23
UI tweaks.
Ashkan Kiani
1
2019-11-21
Fix encoding translation in other places.
Ashkan Kiani
1
2019-11-21
Fix position params for encoding.
Ashkan Kiani
1
2019-11-21
Account for character length in jump position.
Ashkan Kiani
1
2019-11-21
Updates
Ashkan Kiani
1
2019-11-20
Use the apply_text_edits from util.
Ashkan Kiani
1
2019-11-20
Fix reference in rename.
Ashkan Kiani
1
2019-11-20
Add full text_edit implementation.
Ashkan Kiani
1
2019-11-20
Satisfy lualint.
Ashkan Kiani
1
2019-11-20
Fix rename support.
Ashkan Kiani
1
2019-11-20
Spaces not tabs.
Ashkan Kiani
1
2019-11-20
Change error writer to not be annoying.
Ashkan Kiani
1
2019-11-20
Move everything to buf & default_callbacks
Ashkan Kiani
1
2019-11-20
Add everything to lsp.buf and get rid of autoload.
Ashkan Kiani
1
2019-11-20
Add lsp.buf and hover implementation.
Ashkan Kiani
1
[prev]