Created
August 21, 2015 20:25
-
-
Save antonarhipov/21d2479fa58c7e560a2b to your computer and use it in GitHub Desktop.
vimrc
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
" 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