summaryrefslogtreecommitdiff
path: root/ale_linters/ocaml/ols.vim
diff options
context:
space:
mode:
Diffstat (limited to 'ale_linters/ocaml/ols.vim')
-rw-r--r--ale_linters/ocaml/ols.vim1
1 files changed, 1 insertions, 0 deletions
diff --git a/ale_linters/ocaml/ols.vim b/ale_linters/ocaml/ols.vim
index ec71bdb4..b26c7826 100644
--- a/ale_linters/ocaml/ols.vim
+++ b/ale_linters/ocaml/ols.vim
@@ -6,6 +6,7 @@ call ale#Set('ocaml_ols_use_global', get(g:, 'ale_use_global_executables', 0))
call ale#linter#Define('ocaml', {
\ 'name': 'ols',
+\ 'aliases': ['ocaml-language-server'],
\ 'lsp': 'stdio',
\ 'executable': function('ale#handlers#ols#GetExecutable'),
\ 'command': function('ale#handlers#ols#GetCommand'),