Skip to content

Instantly share code, notes, and snippets.

@AyumuKasuga
Created December 4, 2014 13:14
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save AyumuKasuga/8eebde723fbd55e9503d to your computer and use it in GitHub Desktop.
Save AyumuKasuga/8eebde723fbd55e9503d to your computer and use it in GitHub Desktop.
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