We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8ca3b9b commit 171c2d0Copy full SHA for 171c2d0
Justfile
@@ -22,5 +22,5 @@ preview vimcmd *ARGS:
22
{{ vimcmd }} \
23
-c {{ quote("let &runtimepath=\"" + justfile_directory() + ",\" . &runtimepath") }} \
24
-c {{ quote('runtime ftdetect/ledger.vim') }} \
25
- -c 'syntax enable' \
+ -c 'filetype detect' \
26
{{ ARGS }}
0 commit comments