2021-09-01 10:03:05 -07:00
|
|
|
" 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
|
2021-09-27 17:45:04 -07:00
|
|
|
|
|
|
|
call textobj#sentence#init()
|