aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--.vimrc3
1 files changed, 2 insertions, 1 deletions
diff --git a/.vimrc b/.vimrc
index 512ad05..02cef29 100644
--- a/.vimrc
+++ b/.vimrc
@@ -105,7 +105,8 @@ endfunction
" HTML Beautify
function! HTMLBeautify()
- :silent !notify-send "$(prettier --write --parser html %)"
+ :silent !notify-send "$(prettier --write --parser html % 2>&1)"
+ :redraw!
endfunction
" CSS Beautify