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-06-01
Support custom LSP notifications
Martino Pilia
2019-05-31
Refactor LSP custom request handling
Martino Pilia
2019-05-31
Add API for custom LSP requests
Martino Pilia
2019-05-24
Fix LSP tests
w0rp
2019-05-20
Try to fix the tests
w0rp
2019-05-20
Fix #2515 - Send client capabilities to LSP servers
w0rp
2019-05-14
Close #829 - Close LSP documents when buffers are deleted
w0rp
2019-05-10
#2403 - Make ale_disable_lsp apply consistently, and document it better
w0rp
2019-04-15
improve the lsp diagnostic message format (#2425)
Jethro Shuwen Sun
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
[next]