From 04d2833980794050f9eab9b68d2cd37944c5fd7e Mon Sep 17 00:00:00 2001 From: Cody Hiar Date: Fri, 15 Jun 2018 14:09:39 -0600 Subject: Mardown highlighting --- vimrc | 1 + 1 file changed, 1 insertion(+) 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() -- cgit v1.2.3