VIM: Add markdown support

This commit is contained in:
Tobias Manske 2021-02-12 17:26:28 +01:00
parent 2cc11a7761
commit 72c569e6a8
Signed by: tobias
GPG Key ID: D5914DC71F2F9352

View File

@ -84,4 +84,7 @@ Plug 'mattn/gist-vim'
" dependency
Plug 'mattn/webapi-vim'
Plug 'godlygeek/tabular'
Plug 'plasticboy/vim-markdown'
call plug#end()