Skip to content

Instantly share code, notes, and snippets.

@blpabhishek
Created May 17, 2021 14:18
Show Gist options
  • Save blpabhishek/dc01a1765a4b0d1b2d221a0ec2a46e02 to your computer and use it in GitHub Desktop.
Save blpabhishek/dc01a1765a4b0d1b2d221a0ec2a46e02 to your computer and use it in GitHub Desktop.
basic vimrc
syntax on
colo desert
set nocompatible
set ruler
set nu
set expandtab
set tabstop=2
set shiftwidth=2
filetype indent plugin on
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment