Skip to content

Commit

Permalink
Update vim and zsh configs
Browse files Browse the repository at this point in the history
  • Loading branch information
Dmitry Melnichenko committed Aug 17, 2015
1 parent 04f7338 commit 56006ab
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 6 deletions.
14 changes: 9 additions & 5 deletions .vimrc
Original file line number Diff line number Diff line change
Expand Up @@ -15,15 +15,19 @@ Plugin 'bling/vim-airline'
Plugin 'Shougo/unite.vim'

Plugin 'vimoutliner/vimoutliner'
Plugin 'SirVer/ultisnips'
Plugin 'honza/vim-snippets'

" AsciiDoc
Plugin 'dahu/vimple'
Plugin 'dahu/Asif'
Plugin 'vim-scripts/SyntaxRange'
Plugin 'dahu/vim-asciidoc'

" Programming
Plugin 'Valloric/YouCompleteMe'
Plugin 'derekwyatt/vim-scala'

" Markdown
Plugin 'godlygeek/tabular'
Plugin 'plasticboy/vim-markdown'

" Git
Plugin 'tpope/vim-fugitive'
Plugin 'airblade/vim-gitgutter'
Expand Down Expand Up @@ -52,7 +56,7 @@ set hidden
syntax enable
set t_Co=256
colorscheme gotham
set guifont=Anonymous\ Pro\ 12
set guifont=Anonymous\ Pro\ for\ Powerline\ 12

set guioptions=acig
set clipboard=unnamed
Expand Down
2 changes: 1 addition & 1 deletion .zshrc
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ COMPLETION_WAITING_DOTS="true"
# Which plugins would you like to load? (plugins can be found in ~/.oh-my-zsh/plugins/*)
# Custom plugins may be added to ~/.oh-my-zsh/custom/plugins/
# Example format: plugins=(rails git textmate ruby lighthouse)
plugins=(brew encode64 extract git mercurial mvn scala sbt)
plugins=(adb ant brew encode64 extract git gradle meteor rsync scala sbt ssh-agent sudo)

source $ZSH/oh-my-zsh.sh

Expand Down

0 comments on commit 56006ab

Please sign in to comment.