summaryrefslogtreecommitdiff
path: root/ale_linters/swift/sourcekitlsp.vim
diff options
context:
space:
mode:
Diffstat (limited to 'ale_linters/swift/sourcekitlsp.vim')
-rw-r--r--ale_linters/swift/sourcekitlsp.vim1
1 files changed, 1 insertions, 0 deletions
diff --git a/ale_linters/swift/sourcekitlsp.vim b/ale_linters/swift/sourcekitlsp.vim
index 560893bf..a403dcc1 100644
--- a/ale_linters/swift/sourcekitlsp.vim
+++ b/ale_linters/swift/sourcekitlsp.vim
@@ -5,6 +5,7 @@ call ale#Set('sourcekit_lsp_executable', 'sourcekit-lsp')
call ale#linter#Define('swift', {
\ 'name': 'sourcekitlsp',
+\ 'aliases': ['sourcekit'],
\ 'lsp': 'stdio',
\ 'executable': {b -> ale#Var(b, 'sourcekit_lsp_executable')},
\ 'command': '%e',