Skip to content

Instantly share code, notes, and snippets.

@holmesconan
Last active August 12, 2022 03:50
Show Gist options
  • Save holmesconan/040388efadfb280c799061e594de8e2b to your computer and use it in GitHub Desktop.
Save holmesconan/040388efadfb280c799061e594de8e2b to your computer and use it in GitHub Desktop.
Personal used vimrc
" This is a personal used vimrc, single file for basic settings
" indent
set autoindent
set smartindent
" TAB
set tabstop=2
set shiftwidth=2
set expandtab
" show line number
set number
set ruler
" color schema
colorscheme koehler
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment