Skip to content

Instantly share code, notes, and snippets.

@ChrisPortman
ChrisPortman / .vimrc
Created January 6, 2020 18:11
Vim Config
set nu
set clipboard=unnamed
set nocompatible " required
filetype off " required
" set the runtime path to include Vundle and initialize
set rtp+=~/.vim/bundle/Vundle.vim
call vundle#begin()
"call vundle#begin('~/some/path/here')