Skip to content

Instantly share code, notes, and snippets.

@Kenshirosan
Created January 1, 2020 18:41
Show Gist options
  • Select an option

  • Save Kenshirosan/d26aa5cc7da28e00de5deaa0729e51c1 to your computer and use it in GitHub Desktop.

Select an option

Save Kenshirosan/d26aa5cc7da28e00de5deaa0729e51c1 to your computer and use it in GitHub Desktop.
filetype off " required
" set the runtime path to include Vundle and initialize
set rtp+=~/.vim/bundle/Vundle.vim
call vundle#begin()
Plugin 'VundleVim/Vundle.vim'
Plugin 'tpope/vim-vinegar'
Plugin 'preservim/nerdtree'
" 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