Skip to content

Instantly share code, notes, and snippets.

@tkoz0
Created March 29, 2021 09:11
Show Gist options
  • Save tkoz0/8e490ff4a30c48a0879cb78bedd6b66e to your computer and use it in GitHub Desktop.
Save tkoz0/8e490ff4a30c48a0879cb78bedd6b66e to your computer and use it in GitHub Desktop.
The .vimrc file I have been using with VIM for a while
set smartindent
set tabstop=4
set shiftwidth=4
set expandtab
set cc=81
set number
set cursorline
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment