Skip to content

Instantly share code, notes, and snippets.

@antonarhipov
Created August 21, 2015 20:25
Show Gist options
  • Save antonarhipov/21d2479fa58c7e560a2b to your computer and use it in GitHub Desktop.
Save antonarhipov/21d2479fa58c7e560a2b to your computer and use it in GitHub Desktop.
vimrc
" set cursorline
set expandtab
set modelines=0
set shiftwidth=2
set clipboard=unnamed
set synmaxcol=128
set ttyscroll=10
set encoding=utf-8
set tabstop=2
set nowrap
"set number
set expandtab
set nowritebackup
set noswapfile
set nobackup
set hlsearch
set ignorecase
set smartcase
"set background=dark
colorscheme desert
execute pathogen#infect()
filetype plugin indent on
"set ruler laststatus=2 number title hlsearch
syntax on
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment