dotfiles

configuration files for shell, text editor, graphical environment, etc.
git clone git://src.adamsgaard.dk/dotfiles
Log | Files | Refs | README | LICENSE Back to index

commit 8f141154e1d8904dce6444b0fef036070ddf9350
parent 7da86d6cbad7dc3b40622434cdbb4ff7a10de39f
Author: Anders Damsgaard <anders.damsgaard@geo.au.dk>
Date:   Wed, 20 May 2015 12:57:48 +0200

disable rst plugins

Diffstat:
M.vimrc | 4++--
1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/.vimrc b/.vimrc @@ -90,9 +90,9 @@ NeoBundle 'msanders/snipmate.vim' NeoBundle 'Lokaltog/vim-easymotion' " Take notes in rst -NeoBundle 'Rykka/clickable.vim' +"NeoBundle 'Rykka/clickable.vim' NeoBundle 'Rykka/riv.vim' -NeoBundle 'Rykka/InstantRst' +"NeoBundle 'Rykka/InstantRst' " add/remove bookmark: mm " add/edit/remove annotation: mi