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
Age
Commit message (
Collapse
)
Author
2018-01-19
Fix the didSave tests so they work in NeoVim 0.1.7, and do not send the ↵
w0rp
message for tsserver
2018-01-19
Send didSave message to LSP-based linters (#1295)
Rafael Lerm
* Also send didSave to LSP linters. * Add tests for messages sent to LSP linters.
2017-12-19
Fix the mscs tests on Windows, and use the improved Simplify for all tests ↵
v1.7.0
w0rp
instead.
2017-11-26
Implement go to defintion for LSP linters
w0rp
2017-11-26
#1162 Get LSP completions working reasonably well
w0rp
2017-11-26
#1162 Add unfinished experimental code for supporting LSP completion, clean ↵
w0rp
up the tests, and make the completion cancelling better
2017-11-21
Quietly add go to definition support for tsserver
w0rp
2017-11-11
Remove id from LSP notifications
Michael Jungo
2017-11-05
Fix #1085 - Add a final newline character to tsserver and LSP messages
w0rp
2017-09-09
Fix some path issues, and get lsp dir tests passing on Windows
w0rp
2017-09-04
Fix #907 - Stop LSP integration breaking with empty string keys in NeoVim
w0rp
2017-07-30
Cover special LSP initialize response handling with Vader tests
w0rp
2017-07-26
#517 Add more code LSP support which makes the tssserver linter behave more ↵
w0rp
like the LSP linters
2017-07-02
Get automatic completion with tsserver to work
w0rp
2017-07-02
Add some experimental completion code for tsserver
w0rp
2017-06-13
Handle LSP responses for different files more consistently
w0rp
2017-06-09
Add tsserver support
w0rp
2017-06-07
Add support for generating essential tsserver messages
w0rp
2017-05-12
Run all tests in NeoVim, improve the test script, and make all tests pass ↵
w0rp
for NeoVim
2017-05-08
#517 - Implement LSP chunked message parsing, sending messages to sockets, ↵
w0rp
and callbacks