Skip to content

Instantly share code, notes, and snippets.

@overflow
overflow / .vimrc
Created October 20, 2022 00:28
Vimrc file
set nocompatible " be iMproved, required
syntax enable
set background=dark
filetype off " required
" set the runtime path to include Vundle and initialize
set rtp+=~/.vim/bundle/Vundle.vim
call vundle#begin()
" alternatively, pass a path where Vundle should install plugins
"call vundle#begin('~/some/path/here')