We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent df40d64 commit 19ebb4bCopy full SHA for 19ebb4b
plugin/markdown_extras.vim
@@ -14,7 +14,8 @@ if !has('vim9script') || v:version < 900
14
endif
15
16
if !executable('prettier') && !exists('g:markdown_extras_loaded')
17
- # utils.Echowarn("'prettier' not installed!'")
+ utils.Echowarn("'prettier' not installed!'")
18
+ redraw
19
20
if !executable('pandoc') && !exists('g:markdown_extras_loaded')
21
# utils.Echowarn("'pandoc' not installed!'")
0 commit comments