Skip to content

Commit

Permalink
Updating some vim and git config.
Browse files Browse the repository at this point in the history
  • Loading branch information
Aaron Boushley committed Jul 23, 2014
1 parent 7a3e0cd commit 9efce2f
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 3 deletions.
6 changes: 4 additions & 2 deletions git/gitconfig
Expand Up @@ -12,7 +12,9 @@
autocrlf = input
safecrlf = warn
excludesfile = ~/.gitignore_global
[amazon]
append-cr-url = true
[merge]
conflictstyle = diff3
[push]
default = simple
[branch]
autosetuprebase = always
6 changes: 5 additions & 1 deletion vim/vimrc
Expand Up @@ -22,6 +22,9 @@ NeoBundle 'altercation/vim-colors-solarized'
NeoBundle 'Lokaltog/vim-powerline'
NeoBundle 'gcmt/wildfire.vim'
NeoBundle 'runar/vim-css-color', {'branch': 'scss-support'}
NeoBundle 'digitaltoad/vim-jade'
NeoBundle 'groenewege/vim-less'
NeoBundle 'fatih/vim-go'

NeoBundle 'git://git.wincent.com/command-t.git'

Expand All @@ -44,6 +47,7 @@ elseif has("gui_win32")
set guifont=Consolas:h11
end
" Setup Some of the look
let g:solarized_termtrans=1
set t_Co=256
set title " Makes titlestring change the window title.
set noicon " See the help.
Expand Down Expand Up @@ -124,7 +128,7 @@ nnoremap <silent> <Leader>f :CommandT<CR>
nnoremap <silent> <Leader>b :CommandTBuffer<CR>
noremap <F5> :CommandTFlush<CR>
let g:CommandTMatchWindowAtTop=1
let g:CommandTWildIgnore=&wildignore . ",**/bower_components/*,**/node_modules/*,**/build/*,**/web/htdocs/static/*"
let g:CommandTWildIgnore=&wildignore . ",**/bower_components/*,**/node_modules/*,**/build/*,**/web/htdocs/static/*,*.class"
let g:CommandTCancelMap=['<C-c>', '<Esc>']

" Take care of some bells
Expand Down

0 comments on commit 9efce2f

Please sign in to comment.