summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTharre <tharre3@gmail.com>2017-06-05 00:57:42 +0200
committerTharre <tharre3@gmail.com>2017-06-05 00:57:42 +0200
commiteff316e664c9fbe21e55fc40646aec5b39af4d43 (patch)
tree76670b88d62a5cd230122e2dd06c5d0f033acac1
parent00731273366781b325c92798dd752755dcb3ad43 (diff)
downloaddotfiles-eff316e664c9fbe21e55fc40646aec5b39af4d43.tar.gz
dotfiles-eff316e664c9fbe21e55fc40646aec5b39af4d43.tar.xz
dotfiles-eff316e664c9fbe21e55fc40646aec5b39af4d43.zip
vim: add plasticboys markdown plugin
-rw-r--r--.gitmodules3
m---------.vim/bundle/vim-markdown0
-rw-r--r--.vimrc2
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
diff --git a/.vimrc b/.vimrc
index b68d7ac..f94b36a 100644
--- a/.vimrc
+++ b/.vimrc
@@ -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