feat: add vim-over plugin

server
iGor milhit 2017-07-26 08:43:14 +02:00
parent 05057b12e3
commit 3489f93b43
No known key found for this signature in database
GPG Key ID: 3B5043D919E99ED2
1 changed files with 1 additions and 0 deletions

View File

@ -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/tpope/vim-fugitive.git'
Plug 'https://github.com/elzr/vim-json.git' Plug 'https://github.com/elzr/vim-json.git'
Plug 'https://github.com/tpope/vim-commentary' Plug 'https://github.com/tpope/vim-commentary'
Plug 'https://github.com/osyo-manga/vim-over', { 'on': 'OverCommandLine' }
call plug#end() call plug#end()