mirror of https://github.com/dense-analysis/ale
updated ale-purescript configuration example in docs according to changes in Spago v0.14 (#3710)
This commit is contained in:
parent
958f30c163
commit
e230f07465
|
@ -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'
|
||||
\ }
|
||||
\}
|
||||
===============================================================================
|
||||
|
|
Loading…
Reference in New Issue