vim-markdown-toc icon indicating copy to clipboard operation
vim-markdown-toc copied to clipboard

Configuration option missing from README.md

Open danisztls opened this issue 4 years ago • 0 comments

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

danisztls avatar Apr 07 '21 21:04 danisztls