mzlogin / vim-markdown-toc

A vim 7.4+ plugin to generate table of contents for Markdown files.
http://www.vim.org/scripts/script.php?script_id=5460
MIT License
609 stars 59 forks source link

Configuration option missing from README.md #74

Closed danisztls closed 9 months ago

danisztls commented 3 years ago

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 = ' '

oalders commented 9 months ago

I was also looking for this option. Thanks for raising the issue @danisztls. That fixed it for me. It would be great if this were documented.

mzlogin commented 9 months ago

Thanks guys, the docs has been updated.

oalders commented 9 months ago

Looks great, @mzlogin. Thanks! I guess you can close this issue. Thank you for sharing your work. I love this plugin. 😄

mzlogin commented 9 months ago

OK, thank you as well.