vim-markdown-toc
vim-markdown-toc copied to clipboard
Configuration option missing from README.md
I wanted to indent table item with 2 spaces instead of 4 and found an option on script that does that and is missing in the documentation.
Change
let g:vmt_list_indent_text = ''
To
let g:vmt_list_indent_text = ' '