Skip to content

Instantly share code, notes, and snippets.

@nantekkotai
Created June 4, 2012 06:41
Show Gist options
  • Select an option

  • Save nantekkotai/2866730 to your computer and use it in GitHub Desktop.

Select an option

Save nantekkotai/2866730 to your computer and use it in GitHub Desktop.
私の.vimrc
set nocompatible
set fileformats=unix,dos,mac
set backspace=indent,eol,start
set nobackup
set writebackup
set history=100
set title
set number
set ruler
set showcmd
set laststatus=2
set showmatch
set matchtime=2
syntax on
set hlsearch
highlight LineNr ctermfg=darkgray
set wildmenu
set textwidth=0
set wrap
set autoindent
set tabstop=4
set softtabstop=4
set shiftwidth=4
set noexpandtab
set encoding=utf-8
set termencoding=utf-8
set fileencoding=utf-8
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment