summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.vimrc8
1 files 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