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 958b204 commit 1a0c322Copy full SHA for 1a0c322
ftplugin/markdown.vim
@@ -15,7 +15,7 @@ if !exists("g:vmt_dont_insert_fence")
15
endif
16
17
if !exists("g:vmt_list_item_char")
18
- let g:vmt_list_item_char = '-'
+ let g:vmt_list_item_char = '*'
19
20
21
if !exists("g:vmt_list_indent_text")
0 commit comments