aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCody Hiar <codyfh@gmail.com>2018-06-15 14:09:39 -0600
committerCody Hiar <codyfh@gmail.com>2018-06-15 14:09:39 -0600
commit04d2833980794050f9eab9b68d2cd37944c5fd7e (patch)
treeb73abebc36127149d4872c78951db83e03d03c2a
parentb7b06e69392b8c0b1bc6b2a258e6bc284608fcee (diff)
Mardown highlighting
-rw-r--r--vimrc1
1 files changed, 1 insertions, 0 deletions
diff --git a/vimrc b/vimrc
index e1fafa8..81005e7 100644
--- a/vimrc
+++ b/vimrc
@@ -10,6 +10,7 @@ Plug 'ledger/vim-ledger' " Ledger plugin
Plug 'python-mode/python-mode' " Python awesomeness in vim
Plug 'chr4/nginx.vim' " nginx stuff
Plug 'saltstack/salt-vim' " Salt file syntax
+Plug 'plasticboy/vim-markdown' " Markdown highlighting
Plug 'thornycrackers/vim-options' " Custom options
call plug#end()