Adding some packages to spacemacs. Adding a plugin to vim

This commit is contained in:
Dustin Swan
2015-03-11 09:48:41 -05:00
parent 8f71e00e81
commit 8cd7b681a5
2 changed files with 2 additions and 7 deletions

7
vimrc
View File

@@ -1,7 +1,4 @@
set nocompatible
"filetype off
"set rtp+=~/.vim/bundle/Vundle.vim
"call vundle#begin()
call plug#begin('~/.vim/plugged')
@@ -65,11 +62,9 @@ Plug 'kien/rainbow_parentheses.vim'
Plug 'nathanaelkane/vim-indent-guides'
Plug 'junegunn/goyo.vim'
Plug 'haya14busa/incsearch.vim'
Plug 'EinfachToll/DidYouMean'
call plug#end()
"let $GIT_SSL_NO_VERIFY = 'true'
"call vundle#end()
filetype plugin indent on " last Vundle requirement
" mouse
if has("mouse")