Last active
June 8, 2019 03:37
-
-
Save whynotavailable/762e330e477a434a135c8d6d27fe1bf2 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
" 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