Skip to content

Instantly share code, notes, and snippets.

@llaumgui
Last active August 29, 2015 14:07
Show Gist options
  • Save llaumgui/07f2c1b769662ef10e36 to your computer and use it in GitHub Desktop.
Save llaumgui/07f2c1b769662ef10e36 to your computer and use it in GitHub Desktop.
My ~/.vimrc files
" General
set bg=dark
set ts=4
set nocompatible
set ruler
" Colors
set t_Co=256
syntax enable
colorscheme slate
" Indentation
set autoindent
set expandtab
set nocopyindent
set nowrap
set shiftwidth=4
set showmatch
set smartindent
set smarttab
set tabstop=4
" Search
set incsearch
set smartcase
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment