mirror of
https://github.com/ViViDboarder/vim-settings.git
synced 2024-12-22 19:27:35 +00:00
Update indenting lists in markdown
This is more intuative to me
This commit is contained in:
parent
d2717e751d
commit
dedd400ccf
@ -1,2 +1,5 @@
|
|||||||
" Set Markdown indent to 2 so single indented text doesn't become 'code'
|
" Set Markdown indent to 2 so single indented text doesn't become 'code'
|
||||||
set shiftwidth=2
|
set shiftwidth=2
|
||||||
|
|
||||||
|
# From plasticboy/vim-markdown via sheerun/vim-polyglot
|
||||||
|
let g:vim_markdown_new_list_item_indent = 0
|
||||||
|
Loading…
Reference in New Issue
Block a user