Last active
March 14, 2018 00:22
-
-
Save dm-z/e8bdc687ffc8fe86479589acaeced14e to your computer and use it in GitHub Desktop.
This file contains 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 guifont=SF\ Mono:h14 | |
syntax on | |
set ruler | |
set background=dark | |
colorscheme solarized | |
highlight LineNr ctermbg=NONE | |
set ignorecase | |
set number | |
set guioptions-=r | |
au BufReadPost *.podspec set syntax=ruby | |
"----Russian language Ctr+6 support---- | |
set keymap=russian-jcukenwin | |
set iminsert=0 | |
set imsearch=0 | |
highlight lCursor guifg=NONE guibg=Cyan | |
"----Vundle---- | |
set nocompatible | |
filetype off | |
set rtp+=~/.vim/bundle/Vundle.vim | |
call vundle#begin() | |
"List of Plugins | |
Plugin 'VundleVim/Vundle.vim' | |
Plugin 'keith/swift.vim' | |
Plugin 'msanders/cocoa.vim' | |
Plugin 'amiorin/vim-textile' | |
Plugin 'cfdrake/vim-pbxproj' | |
call vundle#end() | |
filetype plugin indent on |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment