Skip to content

Instantly share code, notes, and snippets.

@danielabrozzoni
Last active March 14, 2020 11:42
Show Gist options
  • Save danielabrozzoni/3c7daa18f544fbb6e0093903ab012bd9 to your computer and use it in GitHub Desktop.
Save danielabrozzoni/3c7daa18f544fbb6e0093903ab012bd9 to your computer and use it in GitHub Desktop.
syntax on
set nocompatible " be iMproved, required
filetype indent on
set expandtab " use spaces
set shiftwidth=4
set softtabstop=4
set autoindent
set smartindent
set relativenumber
set number
set ruler
set nowrap
set incsearch
set hlsearch
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment