From 3489f93b43c625f5a5d2a120205167c501974dd2 Mon Sep 17 00:00:00 2001 From: iGor milhit Date: Wed, 26 Jul 2017 08:43:14 +0200 Subject: [PATCH] feat: add vim-over plugin --- init.vim | 1 + 1 file changed, 1 insertion(+) diff --git a/init.vim b/init.vim index ce68ab6..03e72ee 100644 --- a/init.vim +++ b/init.vim @@ -58,6 +58,7 @@ Plug 'https://github.com/shime/vim-livedown.git', { 'on': 'LivedownPreview' } 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' } call plug#end()