summaryrefslogtreecommitdiff
path: root/test/lsp/test_lsp_command_formatting.vader
diff options
context:
space:
mode:
authorw0rp <w0rp@users.noreply.github.com>2019-01-26 19:40:45 +0000
committerGitHub <noreply@github.com>2019-01-26 19:40:45 +0000
commit452460b8cdff8b2809d0226b60183dbda5ae605d (patch)
treeb9e0b78d7f03bcb0d6380c6bb61ba6de96f19d94 /test/lsp/test_lsp_command_formatting.vader
parentcf14d0aa53e9b51f4987dbfd3913183901bb2805 (diff)
parent6fc016ad052725e0d6a474e80f817cb1853e98e2 (diff)
downloadale-452460b8cdff8b2809d0226b60183dbda5ae605d.zip
Merge pull request #2241 from bk2204/lsp-detect-hook
Add a hook to detect LSP project root
Diffstat (limited to 'test/lsp/test_lsp_command_formatting.vader')
-rw-r--r--test/lsp/test_lsp_command_formatting.vader1
1 files changed, 1 insertions, 0 deletions
diff --git a/test/lsp/test_lsp_command_formatting.vader b/test/lsp/test_lsp_command_formatting.vader
index 9721f37f..fcd4f78c 100644
--- a/test/lsp/test_lsp_command_formatting.vader
+++ b/test/lsp/test_lsp_command_formatting.vader
@@ -17,6 +17,7 @@ Execute(Command formatting should be applied correctly for LSP linters):
call ale#lsp_linter#StartLSP(
\ bufnr(''),
\ {
+ \ 'name': 'linter',
\ 'language_callback': {-> 'x'},
\ 'project_root_callback': {-> '/foo/bar'},
\ 'lsp': 'stdio',