Skip to content

Instantly share code, notes, and snippets.

View KlrShaK's full-sized avatar
😎
Hunting Bugs Since 2018

Shaurya K. Panwar KlrShaK

😎
Hunting Bugs Since 2018
View GitHub Profile
@KlrShaK
KlrShaK / .vimrc
Created July 6, 2023 12:59
My personal preferred 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()
" alternatively, pass a path where Vundle should install plugins
"call vundle#begin('~/some/path/here')
" let Vundle manage Vundle, required