mirror of
https://github.com/ViViDboarder/vim-settings.git
synced 2024-11-01 08:16:27 +00:00
fc016bd7b8
This could use a broader refactor similar to lazyvim that takes advantage of opt merging
7 lines
226 B
VimL
7 lines
226 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
|
|
let g:vim_markdown_frontmatter = 1
|