vim-settings/vim/ftplugin/markdown.vim
ViViDboarder dedd400ccf Update indenting lists in markdown
This is more intuative to me
2020-10-23 13:48:43 -07:00

6 lines
191 B
VimL

" 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