Skip to content

Instantly share code, notes, and snippets.

@rishigb
Created February 14, 2016 02:53
Show Gist options
  • Select an option

  • Save rishigb/8942a3abd88d1db89c25 to your computer and use it in GitHub Desktop.

Select an option

Save rishigb/8942a3abd88d1db89c25 to your computer and use it in GitHub Desktop.
My vimrc file
set nocompatible
syntax enable
syntax on
set background=dark
set number
set incsearch
set hlsearch
set autoindent
set smartindent
set shiftwidth=2
set guifont=Monaco:h25
set fileencoding=utf-8
set encoding=utf-8
set ruler
set hidden
set tabstop=2
set foldenable
let python_highlight_all = 1
set showmatch
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment