From eae8ffafb828213d76269769018cd71f3178486f Mon Sep 17 00:00:00 2001 From: Evan Rutledge Borden Date: Fri, 28 Sep 2018 13:54:21 -0400 Subject: Set global vars in hlint linter file. --- ale_linters/haskell/hlint.vim | 3 +++ 1 file changed, 3 insertions(+) (limited to 'ale_linters/haskell/hlint.vim') diff --git a/ale_linters/haskell/hlint.vim b/ale_linters/haskell/hlint.vim index fbb49fdb..0cc7437f 100644 --- a/ale_linters/haskell/hlint.vim +++ b/ale_linters/haskell/hlint.vim @@ -1,6 +1,9 @@ " Author: jparoz " Description: hlint for Haskell files +call ale#Set('haskell_hlint_executable', 'hlint') +call ale#Set('haskell_hlint_options', get(g:, 'hlint_options', '')) + function! ale_linters#haskell#hlint#Handle(buffer, lines) abort let l:output = [] -- cgit v1.2.3