1
0
mirror of https://github.com/vbrandl/dotfiles synced 2024-11-23 00:13:49 +01:00

Add rst plugins

This commit is contained in:
Valentin Brandl 2017-03-17 12:11:39 +01:00
parent e867fbe754
commit a30223bc7f
Signed by: vbrandl
GPG Key ID: CAD4DA1A789125F9

View File

@ -16,6 +16,12 @@ Plugin 'editorconfig/editorconfig-vim'
Plugin 'xolox/vim-misc'
Plugin 'xolox/vim-notes'
" reStructuredText
Plugin 'Rykka/riv.vim'
Plugin 'Rykka/InstantRst' " instant preview
Plugin 'cespare/vim-toml' " toml highlighting
Plugin 'w0rp/ale' " syntax checking
Plugin 'ervandew/supertab'
Plugin 'tpope/vim-commentary'