Skip to content

Instantly share code, notes, and snippets.

@dm-z
Last active March 14, 2018 00:22
Show Gist options
  • Save dm-z/e8bdc687ffc8fe86479589acaeced14e to your computer and use it in GitHub Desktop.
Save dm-z/e8bdc687ffc8fe86479589acaeced14e to your computer and use it in GitHub Desktop.
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