Skip to content

Instantly share code, notes, and snippets.

@CodeLongAndProsper90
Last active July 10, 2020 19:14
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 CodeLongAndProsper90/60b267ec1014ec97913e9b6a4c6e3cba to your computer and use it in GitHub Desktop.
Save CodeLongAndProsper90/60b267ec1014ec97913e9b6a4c6e3cba to your computer and use it in GitHub Desktop.
Vimrc
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()
Plugin 'VundleVim/Vundle.vim'
call vundle#end() " required
filetype plugin indent on " required
"colo {colo_name}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment