Skip to content

Instantly share code, notes, and snippets.

@HiImKarl
HiImKarl / .vimrc
Last active February 26, 2022 15:06
My vimrc
" !Vundle
" Install -> :PluginInstall
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()
" List of plugins