Skip to content

Instantly share code, notes, and snippets.

@diorahman
Created January 12, 2016 03:56
Show Gist options
  • Save diorahman/1bb1f5a1eba50bbe7125 to your computer and use it in GitHub Desktop.
Save diorahman/1bb1f5a1eba50bbe7125 to your computer and use it in GitHub Desktop.
vimrc
execute pathogen#infect()
set nocompatible
set number
set ruler
set ignorecase
set smartcase
set wrap
set linebreak
set autoindent
set noswapfile
set incsearch
set encoding=utf-8
filetype plugin indent on
let mapleader = ","
set tabstop=4
set shiftwidth=4
set softtabstop=4
set expandtab
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment