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

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