diff options
-rw-r--r-- | .gitmodules | 3 | ||||
m--------- | .vim/bundle/vim-markdown | 0 | ||||
-rw-r--r-- | .vimrc | 2 |
3 files changed, 5 insertions, 0 deletions
diff --git a/.gitmodules b/.gitmodules index 8724f2e..0078b1d 100644 --- a/.gitmodules +++ b/.gitmodules @@ -61,3 +61,6 @@ [submodule ".vim/bundle/ale"] path = .vim/bundle/ale url = https://github.com/w0rp/ale.git +[submodule ".vim/bundle/vim-markdown"] + path = .vim/bundle/vim-markdown + url = https://github.com/plasticboy/vim-markdown.git diff --git a/.vim/bundle/vim-markdown b/.vim/bundle/vim-markdown new file mode 160000 +Subproject 3fcde7215e22913f004c2836fd46ff61746be6d @@ -135,3 +135,5 @@ nmap <F7> <Plug>(JavaComplete-Imports-RemoveUnused) " Automatically import nmap <leader>ai <Plug>(JavaComplete-Imports-AddMissing) +" markdown +let g:vim_markdown_math = 1 |