Skip to content

Instantly share code, notes, and snippets.

@carlosvega20
Created July 6, 2018 20:00
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save carlosvega20/19c7add0f1309a80f9df680fdb2c130f to your computer and use it in GitHub Desktop.
Save carlosvega20/19c7add0f1309a80f9df680fdb2c130f to your computer and use it in GitHub Desktop.
vim vundle
set nocompatible " be iMproved, required
filetype off " required
" set the runtime path to include Vundle and initialize
set rtp+=~/.vim/bundle/Vundle.vim
call vundle#begin()
" let Vundle manage Vundle, required
Plugin 'VundleVim/Vundle.vim'
" nerdtree
Plugin 'scrooloose/nerdtree'
Plugin 'altercation/vim-colors-solarized'
Plugin 'chrisbra/color_highlight'
Plugin 'pangloss/vim-javascript'
Plugin 'leafgarland/typescript-vim'
" All of your Plugins must be added before the following line
call vundle#end() " required
filetype plugin indent on " required
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment