1
0
mirror of https://github.com/aquatix/dotfiles.git synced 2025-12-06 20:35:11 +01:00

Default markdown list indentation to 2 instead of 4

This commit is contained in:
2020-01-29 13:59:53 +01:00
parent 6e68b27156
commit 8d0ddd2be1

1
.vimrc
View File

@@ -397,6 +397,7 @@ let g:vim_markdown_folding_disabled = 1
set nofoldenable
let g:vim_markdown_conceal = 0
let g:vim_markdown_conceal_code_blocks = 0
let g:vim_markdown_new_list_item_indent = 2
Plug 'godlygeek/tabular'
Plug 'plasticboy/vim-markdown'
" Use filetype name as fenced code block languages for syntax highlighting