Skip to content

Instantly share code, notes, and snippets.

@dudasaron
Created January 20, 2021 18:27
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save dudasaron/321f39b0d37c03ab4437ab0451b8a83c to your computer and use it in GitHub Desktop.
Save dudasaron/321f39b0d37c03ab4437ab0451b8a83c to your computer and use it in GitHub Desktop.
.vimrc
set tabstop=4
set shiftwidth=4
set expandtab
syntax on
set hlsearch
set incsearch
set ignorecase
set smartcase
set autoindent
set number
set ruler
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment