vim-settings/vim/ftplugin/markdown.vim
ViViDboarder 8b23380279 Update markdown indentation
Set it to two spaces to better differentiate a list and code
2019-11-01 15:06:19 -07:00

3 lines
90 B
VimL

" Set Markdown indent to 2 so single indented text doesn't become 'code'
set shiftwidth=2