Skip to content

Instantly share code, notes, and snippets.

@bantya
Last active April 23, 2017 11:59
Show Gist options
  • Save bantya/060570822c156ab340ec457f107c0ab6 to your computer and use it in GitHub Desktop.
Save bantya/060570822c156ab340ec457f107c0ab6 to your computer and use it in GitHub Desktop.
Vim: My Vundle file
filetype off " required
set rtp+=$VIM/vimfiles/bundle/Vundle.vim/
call vundle#begin('$VIM/vimfiles/bundle/')
Plugin 'VundleVim/Vundle.vim'
Plugin 'tpope/vim-vinegar'
Plugin 'scrooloose/nerdtree'
Plugin 'itchyny/lightline.vim'
Plugin 'vim-syntastic/syntastic'
Plugin 'dracula/vim'
Plugin 'tpope/vim-unimpaired'
Plugin 'godlygeek/tabular'
call vundle#end() " required
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment