index
:
ale
feature/doc_contrib
feature/open_list_num
fix/broken_golang_links
fix/lua-language-server_docs
fix/use_stable_rust
master
topic/docker-free_testing
topic/plls
wip/cargo_multifile
wip/lint_fail_err
wip/twig
Check syntax in Vim asynchronously and fix files, with Language Server Protocol (LSP) support
cos
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
test
/
lsp
/
test_did_save_event.vader
Age
Commit message (
Collapse
)
Author
2022-03-04
Add eclipselsp jdt:// support for textDocument/definition (#4030)
yoshi1123
This patch adds support for opening jdt:// links on "go to definition" requests returned by Java language servers. Co-authored-by: w0rp <devw0rp@gmail.com>
2021-10-15
Fix 3207 - do not send didSave notification if not supported (#3930)
Horacio Sanson
2020-08-18
Remove features deprecated in previous versions
w0rp
2019-05-24
Fix LSP tests
w0rp
2019-05-10
#2403 - Make ale_disable_lsp apply consistently, and document it better
w0rp
2019-02-15
Fix #2295 - Respond to initialize with an initialized message
w0rp
2019-02-13
#2132 Use an on-init callback for all LSP logic
w0rp
2018-08-24
Use one LSP connection per project
w0rp
2018-07-22
Check LSP capabilities before using them
w0rp
2018-07-06
Fix the broken tests
w0rp
2018-06-15
Lazy-load LSP linters, and check b:changedtick before notifying about changes
w0rp
2018-01-19
Fix the didSave tests so they work in NeoVim 0.1.7, and do not send the ↵
w0rp
message for tsserver