Skip to content

Commit

Permalink
GOING
Browse files Browse the repository at this point in the history
  • Loading branch information
Fuad Saud committed Nov 28, 2013
1 parent ab13223 commit 680c2d5
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 0 deletions.
1 change: 1 addition & 0 deletions vim/bundles.vim
Expand Up @@ -53,6 +53,7 @@ Bundle 'groenewege/vim-less'
Bundle 'jtratner/vim-flavored-markdown.git'
Bundle 'othree/html5.vim'
Bundle 'derekwyatt/vim-scala'
Bundle 'jnwhiteh/vim-golang'

Bundle 'altercation/vim-colors-solarized'
Bundle 'vim-scripts/summerfruit256.vim'
Expand Down
3 changes: 3 additions & 0 deletions vim/rc.vim
Expand Up @@ -75,6 +75,7 @@ if has("autocmd")
autocmd FileType java setlocal ts=4 sts=4 sw=4 expandtab
autocmd FileType cpp setlocal ts=4 sts=4 sw=4 expandtab
autocmd FileType c setlocal ts=4 sts=4 sw=4 expandtab
autocmd FileType go setlocal ts=4 sts=4 sw=4 noexpandtab

autocmd BufNewFile,BufRead *.rss setfiletype xml

Expand All @@ -92,6 +93,8 @@ if has("autocmd")
autocmd FileType ruby nmap <buffer> <Leader>S <Plug>(seeing_is_believing-run_-x)
autocmd FileType ruby xmap <buffer> <Leader>S <Plug>(seeing_is_believing-run_-x)
autocmd FileType ruby imap <buffer> <Leader>S <Plug>(seeing_is_believing-run_-x)
autocmd FileType go nmap <buffer> = <Esc>:Fmt<CR>
endif

" enable powerline for airline
Expand Down
1 change: 1 addition & 0 deletions zsh/env.zsh
Expand Up @@ -77,4 +77,5 @@ fi
export HOMEBREW_CASK_OPTS='--appdir=/Applications'

export JAVA_HOME=`/usr/libexec/java_home -v 1.7`
export GOPATH="$HOME/.go"

0 comments on commit 680c2d5

Please sign in to comment.