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
2019-04-07
Close #2132 - Add deprecation warnings for old features
w0rp
2019-04-07
#2132 - Replace command_chain and chain_with with ale#command#Run
w0rp
2019-04-02
#2397 - didChangeConfiguration should be a notification
w0rp
2019-02-27
#2132 - Support deferred execution for LSP executables, commands, and addresses
w0rp
2019-02-22
#2132 - Replace all uses of foo_callback with foo
w0rp
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
2019-02-06
#2132 - lint and fix with ale#command#Run
w0rp
2019-01-26
Add additional ways to detect LSP project root
brian m. carlson
2019-01-26
test/lsp: ensure linter name is set
brian m. carlson
2019-01-21
Add textDocument/typeDefinition for LSP (#2226)
Andrey Popp
2019-01-21
Merge pull request #2224 from andreypopp/andreypopp/lsp-hover-fix-column
w0rp
2019-01-21
Update tests
Andrey Popp
2019-01-21
Update tests
Andrey Popp
2018-11-29
Merge branch 'master' into sridhars
Bjorn Neergaard
2018-11-29
Add test for detail in lsp ReadDiagnostics
Bjorn Neergaard
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-10-22
LSP configuration via didChangeConfiguration (#1852)
Daniel Welch
2018-08-24
Use one LSP connection per project
w0rp
2018-08-20
Merge pull request #1815 from fredemmott/lsp-related-information
w0rp
2018-08-16
Fix #1816 - Fix a type error in the initialize message handler
w0rp
2018-08-15
Correct related information line numbers from 0-based to 1-based
Fred Emmott
2018-08-15
Test file was the wrong way around
Fred Emmott
2018-08-15
Better formatting
Fred Emmott
2018-08-15
Use new-ish LSP 'relatedInformation' field for :ALEDetail
Fred Emmott
2018-08-02
Add test for LSP code of -1
Fred Emmott
2018-08-02
Handle LSP codes for `%code%` in message formats
Fred Emmott
2018-07-22
Check LSP capabilities before using them
w0rp
2018-07-19
Capture server capabilities from LSP servers
w0rp
2018-07-13
Support strings in data field of error responses
MTDL9
2018-07-06
Fix tests on Windows
w0rp
2018-07-06
Fix tests on Windows
w0rp
2018-07-06
Fix the broken tests
w0rp
2018-07-05
Fix command formatting for LSP linters
w0rp
2018-06-15
Lazy-load LSP linters, and check b:changedtick before notifying about changes
w0rp
2018-06-06
Pass rootUri to LSPs in addition to rootPath
Ben Falconer
2018-06-06
Allow initialization options to be passed to language servers
Ben Falconer
2018-05-28
Close #1559 - Report errors from LSP servers in :ALEInfo
w0rp
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
[next]