Created
May 17, 2021 14:18
-
-
Save blpabhishek/dc01a1765a4b0d1b2d221a0ec2a46e02 to your computer and use it in GitHub Desktop.
basic vimrc
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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