mirror of
https://github.com/amix/vimrc
synced 2025-07-12 14:15:00 +08:00
.
This commit is contained in:
0
sources_non_forked/ale/ale_linters/ocaml/merlin.vim
Normal file → Executable file
0
sources_non_forked/ale/ale_linters/ocaml/merlin.vim
Normal file → Executable file
13
sources_non_forked/ale/ale_linters/ocaml/ocamllsp.vim
Executable file
13
sources_non_forked/ale/ale_linters/ocaml/ocamllsp.vim
Executable file
@ -0,0 +1,13 @@
|
||||
" Author: Risto Stevcev <me@risto.codes>
|
||||
" Description: The official language server for OCaml
|
||||
|
||||
call ale#Set('ocaml_ocamllsp_use_opam', 1)
|
||||
|
||||
call ale#linter#Define('ocaml', {
|
||||
\ 'name': 'ocamllsp',
|
||||
\ 'lsp': 'stdio',
|
||||
\ 'executable': function('ale#handlers#ocamllsp#GetExecutable'),
|
||||
\ 'command': function('ale#handlers#ocamllsp#GetCommand'),
|
||||
\ 'language': function('ale#handlers#ocamllsp#GetLanguage'),
|
||||
\ 'project_root': function('ale#handlers#ocamllsp#GetProjectRoot'),
|
||||
\})
|
0
sources_non_forked/ale/ale_linters/ocaml/ols.vim
Normal file → Executable file
0
sources_non_forked/ale/ale_linters/ocaml/ols.vim
Normal file → Executable file
Reference in New Issue
Block a user