mirror of
https://github.com/ViViDboarder/vim-settings.git
synced 2024-11-17 19:46:28 +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 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