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 (
Expand
)
Author
2018-04-26
Close #1428 Implement LSP hover-like functionality for tsserver too
w0rp
2018-04-22
#1428 Start implementing LSP hover support
w0rp
2018-04-22
Add support for finding references using LSP servers or tsserver
w0rp
2018-03-06
Add a command for stopping all LSP clients
w0rp
2018-03-02
Fix #1384 - Handle warnings and suggestions for tsserver
w0rp
2018-01-19
Fix the didSave tests so they work in NeoVim 0.1.7, and do not send the messa...
w0rp
2018-01-19
Send didSave message to LSP-based linters (#1295)
Rafael Lerm
2017-12-19
Fix the mscs tests on Windows, and use the improved Simplify for all tests in...
v1.7.0
w0rp
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 u...
w0rp
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 l...
w0rp
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 for...
w0rp
2017-05-08
#517 - Implement LSP chunked message parsing, sending messages to sockets, an...
w0rp