Skip to content

Instantly share code, notes, and snippets.

@drobati
Created August 2, 2012 20:52
Show Gist options
  • Save drobati/3240554 to your computer and use it in GitHub Desktop.
Save drobati/3240554 to your computer and use it in GitHub Desktop.
Current Windows dot vimrc.
set nocompatible
source $VIMRUNTIME/vimrc_example.vim
source $VIMRUNTIME/mswin.vim
behave mswin
call pathogen#infect()
syntax on
filetype plugin indent on
set guioptions-=T
set guioptions-=r
syntax enable
set background=light
set list listchars=tab:»»,trail:·,precedes:<,extends:>
let g:solarized_visibility="normal"
colorscheme solarized
set laststatus=2
set expandtab
set tabstop=4
set shiftwidth=4
set sidescroll=10
set nowrap
set smartindent
set autoindent
set nosmarttab
set textwidth=80
set nobackup
set nowritebackup
set noswapfile
set ruler
set backspace=2
set whichwrap+=<,>,h,l,[,]
set report=0
set ignorecase
set colorcolumn=81
set columns=90
set lines=49
set ch=1
nmap <space> zt
nnoremap <F3> :NumbersToggle<CR>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment