vim-settings/vim/ftplugin/markdown.vim

6 lines
191 B
VimL
Raw Normal View History

" Set Markdown indent to 2 so single indented text doesn't become 'code'
set shiftwidth=2
2020-11-05 06:12:23 +00:00
" From plasticboy/vim-markdown via sheerun/vim-polyglot
let g:vim_markdown_new_list_item_indent = 0