# While this fork seems maintained: https://github.com/xolox/vim-session/issues/185
url = https://github.com/romgrk/vim-session
[submodule "vim.dot.link/bundle/vim-markdown-folding"]
- path = vim.dot.link/pack/rafkaplon/opt/vim-markdown-folding
+ path = vim.dot.link/pack/rafkaplon/start/vim-markdown-folding
# Seems unmaintained:
#url = https://github.com/masukomi/vim-markdown-folding
# While this other repo fixes https://github.com/masukomi/vim-markdown-folding/pull/43
path = vim.dot.link/pack/vitalk/start/vim-simple-todo
url = https://github.com/vitalk/vim-simple-todo
[submodule "vim.dot.link/pack/preservim/start/vim-markdown"]
- path = vim.dot.link/pack/preservim/start/vim-markdown
+ path = vim.dot.link/pack/preservim/opt/vim-markdown
url = https://github.com/preservim/vim-markdown
"
" Seem like this things should be set during BufRead or BufNewFile; they're
" not working when set during the FileType event.
- "autocmd!
- "autocmd BufRead,BufNewFile *.md set filetype=markdown foldexpr=NestedMarkdownFolds() autoindent smartindent tabstop=2 softtabstop=2 shiftwidth=2 expandtab formatoptions=tcroqn2 comments=n:>
- "autocmd BufRead,BufNewFile *.mdwn set filetype=ikiwiki foldexpr=NestedMarkdownFolds()
+ autocmd!
+ autocmd BufRead,BufNewFile *.md set filetype=markdown foldexpr=NestedMarkdownFolds() autoindent smartindent tabstop=2 softtabstop=2 shiftwidth=2 expandtab formatoptions=tcroqn2 comments=n:>
+ autocmd BufRead,BufNewFile *.mdwn set filetype=ikiwiki foldexpr=NestedMarkdownFolds()
" Markdown configuration with vim-markdown plugin
- autocmd!
- autocmd BufRead,BufNewFile *.md set autoindent smartindent tabstop=2 softtabstop=2 shiftwidth=2 expandtab formatoptions=tcroqn2 comments=n:>
- let g:vim_markdown_new_list_item_indent = 2
- let g:vim_markdown_folding_style_pythonic = 1
- let g:vim_markdown_folding_level = 1
- let g:vim_markdown_auto_insert_bullets = 0
- let g:vim_markdown_new_list_item_indent = 0
+ "autocmd!
+ "autocmd BufRead,BufNewFile *.md set autoindent smartindent tabstop=2 softtabstop=2 shiftwidth=2 expandtab formatoptions=tcroqn2 comments=n:>
+ "let g:vim_markdown_new_list_item_indent = 2
+ "let g:vim_markdown_folding_style_pythonic = 1
+ "let g:vim_markdown_folding_level = 1
+ "let g:vim_markdown_auto_insert_bullets = 0
+ "let g:vim_markdown_new_list_item_indent = 0
augroup END
" Python