Skip to content

Instantly share code, notes, and snippets.

@anonimitoraf
Created November 13, 2020 00:06
Show Gist options
  • Select an option

  • Save anonimitoraf/3ee659984456a32899e3717b19af9a95 to your computer and use it in GitHub Desktop.

Select an option

Save anonimitoraf/3ee659984456a32899e3717b19af9a95 to your computer and use it in GitHub Desktop.
Minimal .vimrc for when I need to use vim in a barebones server
syntax on
filetype plugin indent on
" On pressing tab, insert 2 spaces
set expandtab
" show existing tab with 2 spaces width
set tabstop=2
set softtabstop=2
" when indenting with '>', use 2 spaces width
set shiftwidth=2
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment