Skip to content

Commit 171c2d0

Browse files
committed
chore: Make sure all parts of plugin load when using developer preview task
1 parent 8ca3b9b commit 171c2d0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Justfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,5 +22,5 @@ preview vimcmd *ARGS:
2222
{{ vimcmd }} \
2323
-c {{ quote("let &runtimepath=\"" + justfile_directory() + ",\" . &runtimepath") }} \
2424
-c {{ quote('runtime ftdetect/ledger.vim') }} \
25-
-c 'syntax enable' \
25+
-c 'filetype detect' \
2626
{{ ARGS }}

0 commit comments

Comments
 (0)