Skip to content

Instantly share code, notes, and snippets.

@rtapadar
Last active May 14, 2018 23:52
Show Gist options
  • Save rtapadar/1a44bed41dae5bc8bad103116752581b to your computer and use it in GitHub Desktop.
Save rtapadar/1a44bed41dae5bc8bad103116752581b to your computer and use it in GitHub Desktop.
minimal vimrc
set hlsearch
set nocompatible
set autoindent
set ruler
set tabstop=4
set shiftwidth=4
set softtabstop=4
set expandtab
filetype plugin indent on
syntax on
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment