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' \ } \} ===============================================================================