File tree 1 file changed +2
-2
lines changed 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -57,7 +57,7 @@ setup_haskell() {
57
57
58
58
msg " Installing helper binaries..."
59
59
local STACK_LIST=" ghc-mod hlint hasktags hscope pointfree pointful hoogle hindent apply-refact machines-directory-0.2.0.9 machines-io-0.2.0.13 codex-0.5.0.2"
60
- stack --resolver ${STACK_RESOLVER} install ${STACK_LIST} --verbosity info ; RETCODE=$?
60
+ stack --resolver ${STACK_RESOLVER} install ${STACK_LIST} --verbosity warning ; RETCODE=$?
61
61
[ ${RETCODE} -ne 0 ] && exit_err " Binary installation failed with error ${RETCODE} ."
62
62
63
63
msg " Installing git-hscope..."
@@ -188,7 +188,7 @@ vim_install_plug() {
188
188
189
189
vim_install_plugins () {
190
190
msg " Installing plugins using vim-plug..."
191
- vim -V - E -u ${HVN_DEST} /.vimrc +PlugUpgrade +PlugUpdate +PlugClean! +qall
191
+ vim -E -u ${HVN_DEST} /.vimrc +PlugUpgrade +PlugUpdate +PlugClean! +qall
192
192
}
193
193
194
194
setup_vim () {
You can’t perform that action at this time.
0 commit comments