Skip to content

Commit

Permalink
Update Vundle
Browse files Browse the repository at this point in the history
  • Loading branch information
RStankov committed Sep 18, 2016
1 parent 21cee91 commit 3a5861b
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 10 deletions.
1 change: 1 addition & 0 deletions dot/vim/bundle/Vundle.vim
Submodule Vundle.vim added at fef1c2
1 change: 0 additions & 1 deletion dot/vim/bundle/vundle
Submodule vundle deleted from 498476
12 changes: 11 additions & 1 deletion dot/vim/config/bundles.vim
@@ -1,4 +1,11 @@
Plugin 'gmarik/vundle'
set nocompatible
filetype off

set rtp+=~/.vim/bundle/Vundle.vim

call vundle#begin('~/.vim/vundle')

Plugin 'VundleVim/Vundle.vim'

Plugin 'AndrewRadev/sideways.vim'
Plugin 'AndrewRadev/splitjoin.vim'
Expand Down Expand Up @@ -39,3 +46,6 @@ Plugin 'vim-scripts/Auto-Pairs'
Plugin 'isRuslan/vim-es6'
Plugin 'othree/es.next.syntax.vim'
Plugin 'othree/javascript-libraries-syntax.vim'

call vundle#end()
filetype plugin indent on
8 changes: 0 additions & 8 deletions dot/vimrc
@@ -1,11 +1,3 @@
" Pathogen
" runtime autoload/pathogen.vim
" call pathogen#infect()

" Vundle
set runtimepath+=~/.vim/vundle/vundle
call vundle#rc('~/.vim/vundle')

" Configure
runtime config/bundles.vim
runtime config/settings.vim
Expand Down

0 comments on commit 3a5861b

Please sign in to comment.