Skip to content

Instantly share code, notes, and snippets.

@AyumuKasuga
Created December 4, 2014 13:14
Embed
What would you like to do?
vimrc
set hidden
set nocompatible
set expandtab
set tabstop=4
set softtabstop=4
set shiftwidth=4
set scrolloff=10
set autoindent
set smartindent
set number
set nowrap
set nobackup
set nowritebackup
set noswapfile
set langmap=ФИСВУАПРШОЛДЬТЩЗЙКЫЕГМЦЧНЯ;ABCDEFGHIJKLMNOPQRSTUVWXYZ,фисвуапршолдьтщзйкыегмцчня;abcdefghijklmnopqrstuvwxyz
set hidden
set modeline
set autoread
syntax on
filetype plugin on
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment