Skip to content

Commit

Permalink
vim tweaks
Browse files Browse the repository at this point in the history
  • Loading branch information
mattmcmanus committed Aug 17, 2014
1 parent a95ad4f commit 1c98b20
Show file tree
Hide file tree
Showing 4 changed files with 16 additions and 3 deletions.
2 changes: 1 addition & 1 deletion exports
Expand Up @@ -35,4 +35,4 @@ export NODE_ENV="development"

export HOMEBREW_CASK_OPTS="--appdir=/Applications"

export DOCKER_HOST=tcp://127.0.0.1:4243
export DOCKER_HOST=tcp://192.168.59.103:2375
5 changes: 5 additions & 0 deletions tag-bash/bash_profile
Expand Up @@ -40,3 +40,8 @@ if which rbenv > /dev/null; then eval "$(rbenv init -)"; fi
[[ -s /Users/matt/.nvm/nvm.sh ]] && . /Users/matt/.nvm/nvm.sh # This loads NVM

[ -f `brew --prefix`/etc/bash_completion ] && . `brew --prefix`/etc/bash_completion

# Setting PATH for Python 3.4
# The orginal version is saved in .bash_profile.pysave
PATH="/Library/Frameworks/Python.framework/Versions/3.4/bin:${PATH}"
export PATH
2 changes: 2 additions & 0 deletions vimrc
Expand Up @@ -192,3 +192,5 @@ au VimEnter * RainbowParenthesesToggle
au Syntax * RainbowParenthesesLoadRound
au Syntax * RainbowParenthesesLoadSquare
au Syntax * RainbowParenthesesLoadBraces

syntax on
10 changes: 8 additions & 2 deletions vimrc.bundles
Expand Up @@ -9,9 +9,8 @@ Bundle 'gmarik/vundle'

Bundle 'tpope/vim-vinegar'
"Bundle 'scrooloose/nerdtree'
"Bundle 'Lokaltog/vim-powerline'
"Bundle 'mileszs/ack.vim'
Bundle 'wellle/tmux-complete.vim'
Bundle 'bling/vim-airline'
"
Bundle 'tpope/vim-commentary'
Bundle 'tpope/vim-surround'
Expand All @@ -26,9 +25,11 @@ Bundle 'msanders/snipmate.vim'
Bundle 'airblade/vim-gitgutter'
Bundle 'ignu/javascript_spec_navigator.vim'
Bundle 'godlygeek/tabular'
Bundle 'justincampbell/vim-eighties'

"" Syntax highlighting
"" --------------------------------------------------------------------------
Bundle 'scrooloose/syntastic'
Bundle 'tpope/vim-markdown'
Bundle 'vim-ruby/vim-ruby'
Bundle 'avakhov/vim-yaml'
Expand All @@ -54,7 +55,12 @@ Bundle 'guns/vim-clojure-static'
Bundle 'tpope/vim-leiningen'
Bundle 'tpope/vim-projectionist'
Bundle 'tpope/vim-dispatch'
Bundle 'tpope/vim-classpath'
Bundle 'tpope/vim-fireplace'
Bundle 'guns/vim-sexp'
Bundle 'tpope/vim-repeat'
Bundle 'tpope/vim-sexp-mappings-for-regular-people'


filetype on

0 comments on commit 1c98b20

Please sign in to comment.