Skip to content

Instantly share code, notes, and snippets.

@tvquizphd
Last active August 4, 2021 20:55
Show Gist options
  • Save tvquizphd/2b3632cf7c12d62c32d84c8ce1656940 to your computer and use it in GitHub Desktop.
Save tvquizphd/2b3632cf7c12d62c32d84c8ce1656940 to your computer and use it in GitHub Desktop.
set fileencodings=utf-8
set ts=2 sw=2
set expandtab
set nocompatible
filetype off
" 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'
Plugin 'scrooloose/nerdtree'
call vundle#end()
filetype plugin indent on
map <C-n> :NERDTreeToggle<CR>
Host tvquizphd
HostName github.com
User git
IdentityFile ~/.ssh/id_rsa
IdentitiesOnly yes
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment