Skip to content

Instantly share code, notes, and snippets.

View lunchspider's full-sized avatar

Aman Sharma lunchspider

  • India
View GitHub Profile
Computer Information:
Manufacturer: ASUSTeK COMPUTER INC.
Model: FX507ZM
No Touch Input Detected
Processor Information:
CPU Vendor: GenuineIntel
CPU Brand: 12th Gen Intel(R) Core(TM) i7-12700H
CPU Family: 0x6
CPU Model: 0x9a
@lunchspider
lunchspider / vimrc
Last active March 18, 2022 05:10
my vimrc
set shell=/bin/bash
" Specify a directory for plugins
call plug#begin('~/.vim/plugged')
Plug 'scrooloose/nerdtree'
Plug 'preservim/tagbar'
Plug 'morhetz/gruvbox'
"Plug 'tsony-tsonev/nerdtree-git-plugin'