summaryrefslogtreecommitdiff
path: root/test/lsp/test_lsp_command_formatting.vader
AgeCommit message (Collapse)Author
2020-08-18Remove features deprecated in previous versionsw0rp
2020-08-16Make it easier to run tests locallyw0rp
Certain tests could break if you ran them separately from other tests. They have been patched. `run-tests` now has a `--fast` option which runs tests with only the fastest Vim version ALE tests with, and the custom checks.
2019-02-13#2132 Use an on-init callback for all LSP logicw0rp
2019-01-26test/lsp: ensure linter name is setbrian m. carlson
All linters should have a name variable set in their dictionary, and code should be able to rely on that. Fix this test such that its example linter contains a name entry.
2018-08-24Use one LSP connection per projectw0rp
2018-07-22Check LSP capabilities before using themw0rp
2018-07-06Fix tests on Windowsw0rp
2018-07-06Fix tests on Windowsw0rp
2018-07-06Fix the broken testsw0rp
2018-07-05Fix command formatting for LSP lintersw0rp