Last active
July 10, 2020 19:14
-
-
Save CodeLongAndProsper90/60b267ec1014ec97913e9b6a4c6e3cba to your computer and use it in GitHub Desktop.
Vimrc
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
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