updated ale-purescript configuration example in docs according to changes in Spago v0.14 (#3710)

This commit is contained in:
Matej Fandl 2021-07-07 02:50:44 +02:00 committed by GitHub
parent 958f30c163
commit e230f07465
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

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