Skip to content

Instantly share code, notes, and snippets.

@whynotavailable
Last active June 8, 2019 03:37
Show Gist options
  • Save whynotavailable/762e330e477a434a135c8d6d27fe1bf2 to your computer and use it in GitHub Desktop.
Save whynotavailable/762e330e477a434a135c8d6d27fe1bf2 to your computer and use it in GitHub Desktop.
" run `export TERM=screen-256color` when using tmux
" run `git clone https://github.com/VundleVim/Vundle.vim.git ~/.vim/bundle/Vundle.vim` to install
" Vundle, then run :PluginInstall
set nocompatible
filetype off
set rtp+=~/.vim/bundle/Vundle.vim
call vundle#begin()
Plugin 'VundleVim/Vundle.vim'
Plugin 'dracula/vim'
" docs https://github.com/scrooloose/nerdtree/blob/master/doc/NERDTree.txt
Plugin 'scrooloose/nerdtree'
call vundle#end()
filetype plugin indent on
color dracula
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment