Skip to content

Instantly share code, notes, and snippets.

@SrivastavaKshitij
Last active January 7, 2022 01:55
Show Gist options
  • Save SrivastavaKshitij/ea577d675cd96309c458b03a6035019b to your computer and use it in GitHub Desktop.
Save SrivastavaKshitij/ea577d675cd96309c458b03a6035019b to your computer and use it in GitHub Desktop.
Vim settings
set tabstop=8
set expandtab
set softtabstop=4
set shiftwidth=4
filetype plugin indent on
set number
set backspace=indent,start
set hlsearch
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment