Update indenting lists in markdown

This is more intuative to me
This commit is contained in:
ViViDboarder 2020-10-23 13:48:43 -07:00
parent d2717e751d
commit dedd400ccf
1 changed files with 3 additions and 0 deletions

View File

@ -1,2 +1,5 @@
" Set Markdown indent to 2 so single indented text doesn't become 'code'
set shiftwidth=2
# From plasticboy/vim-markdown via sheerun/vim-polyglot
let g:vim_markdown_new_list_item_indent = 0