Skip to content

Instantly share code, notes, and snippets.

@asissuthar
Created December 16, 2019 10:05
Show Gist options
  • Save asissuthar/4f9166f16c3b4f27ea6db9bafe530ee9 to your computer and use it in GitHub Desktop.
Save asissuthar/4f9166f16c3b4f27ea6db9bafe530ee9 to your computer and use it in GitHub Desktop.
Minimal Vim
set nocompatible
set backspace=indent,eol,start
set number
set autoindent
set expandtab
set tabstop=2
set ruler
set showcmd
set incsearch
set hlsearch
syntax on
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment