diff options
Diffstat (limited to 'vimrc')
-rw-r--r-- | vimrc | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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() |