1
0
mirror of https://github.com/ViViDboarder/vim-settings.git synced 2025-01-11 08:07:33 +00:00
vim-settings/neovim/ftplugin/markdown.vim

8 lines
221 B
VimL
Raw Normal View History

" 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-28 00:45:04 +00:00
call textobj#sentence#init()