From e230f07465be5b05446da30a098b4a666463503f Mon Sep 17 00:00:00 2001 From: Matej Fandl Date: Wed, 7 Jul 2021 02:50:44 +0200 Subject: [PATCH] updated ale-purescript configuration example in docs according to changes in Spago v0.14 (#3710) --- doc/ale-purescript.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/ale-purescript.txt b/doc/ale-purescript.txt index e809f2c9..454bb7e4 100644 --- a/doc/ale-purescript.txt +++ b/doc/ale-purescript.txt @@ -26,7 +26,7 @@ g:ale_purescript_ls_config g:ale_purescript_ls_config \ 'purescript': { \ 'addSpagoSources': v:true, \ 'addNpmPath': v:true, - \ 'buildCommand': 'spago build -- --json-errors' + \ 'buildCommand': 'spago --quiet build --purs-args --json-errors' \ } \} ===============================================================================