From a0802c62d73bfcb514c2f5686f5d2a12f82a5e38 Mon Sep 17 00:00:00 2001 From: Ahmed Abdelhalim Date: Fri, 26 May 2017 11:11:28 +0200 Subject: FEAT: better loading of the plugins --- .vimrc | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.vimrc b/.vimrc index 4dc54f2..c66a53e 100644 --- a/.vimrc +++ b/.vimrc @@ -1,4 +1,4 @@ -" Vundle Required Block and plugins +" Plug Required Block and plugins set nocompatible filetype off call plug#begin('~/.vim/bundle') @@ -8,9 +8,9 @@ Plug 'tpope/vim-rails', { 'for': 'ruby' } Plug 'tpope/vim-endwise', { 'for': 'ruby' } " Plug 'tpope/vim-surround' " Plug 'tpope/vim-haml', { 'for': 'haml' } -Plug 'junegunn/gv.vim', { 'on': ['GV', 'GV!'] } +Plug 'junegunn/gv.vim', { 'on': 'GV' } Plug 'junegunn/limelight.vim' -Plug 'junegunn/goyo.vim', { 'for': 'markdown' } +Plug 'junegunn/goyo.vim', { 'on': 'Goyo' } Plug 'vim-scripts/bufexplorer.zip' " Plug 'vim-scripts/matchit.zip' Plug 'Valloric/YouCompleteMe', { 'do': './install.py' } @@ -40,7 +40,7 @@ Plug 'ElmCast/elm-vim', { 'for': 'elm' } call plug#end() syntax on filetype plugin indent on -" End of Vundle Required Block and plugins +" End of Plug Required Block and plugins let mapleader = ';' " define map leader colorscheme xoria256 "set colorscheme -- cgit v1.2.3