Skip to content

Instantly share code, notes, and snippets.

@levlas
Created October 4, 2017 16:09
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 levlas/bd0eb9aea0c7e9976fbe550f66a213dc to your computer and use it in GitHub Desktop.
Save levlas/bd0eb9aea0c7e9976fbe550f66a213dc to your computer and use it in GitHub Desktop.
simple vim.rc
syntax on
set number
set bg=dark
autocmd Filetype c setlocal ts=2 sw=2 expandtab
autocmd Filetype yaml setlocal ts=2 sw=2 expandtab
autocmd Filetype python setlocal ts=4 sw=4 expandtab
autocmd Filetype make setlocal ts=4 sw=4 sts=0 noexpandtab
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment