From d8fa7a9dbcad5c1b198fb5fe13be53c926a7eba7 Mon Sep 17 00:00:00 2001 From: iGor milhit Date: Wed, 16 Aug 2017 08:59:15 +0200 Subject: [PATCH] feat: add `riv.vim` plugin (rst) --- init.vim | 1 + 1 file changed, 1 insertion(+) diff --git a/init.vim b/init.vim index 03e72ee..1783efb 100644 --- a/init.vim +++ b/init.vim @@ -59,6 +59,7 @@ Plug 'https://github.com/tpope/vim-fugitive.git' Plug 'https://github.com/elzr/vim-json.git' Plug 'https://github.com/tpope/vim-commentary' Plug 'https://github.com/osyo-manga/vim-over', { 'on': 'OverCommandLine' } +Plug 'https://github.com/Rykka/riv.vim' call plug#end()