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_other_initialize_message_handling.vader
Age
Commit message (
Expand
)
Author
2020-11-14
Support for LSP/tsserver Code Actions (#3437)
Dalius Dobravolskas
2020-08-07
Fix #2907 - Handle dictionaries for capabilities
w0rp
2019-09-12
Add ALERename (tsserver & LSP), ALEOrganizeImports (tsserver) and auto import...
Jerko Steiner
2019-02-15
#2295 Send an empty object for the initialized notification, per the spec
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-10-31
Merge pull request #2035 from jparise/lsp_config_callback
w0rp
2018-10-31
Implement LSP symbol search
w0rp
2018-10-31
Only send LSP config updates when the dict changes
Jon Parise
2018-08-24
Use one LSP connection per project
w0rp
2018-08-16
Fix #1816 - Fix a type error in the initialize message handler
w0rp
2018-07-22
Check LSP capabilities before using them
w0rp
2018-07-19
Capture server capabilities from LSP servers
w0rp
2017-07-30
Cover special LSP initialize response handling with Vader tests
w0rp