Skip to content

Commit

Permalink
Merge branch 'master' of github.com:rmbl/dotfiles
Browse files Browse the repository at this point in the history
  • Loading branch information
rmbl committed Nov 3, 2013
2 parents 765f2ab + 9b70608 commit b72cf87
Show file tree
Hide file tree
Showing 5 changed files with 11 additions and 3 deletions.
6 changes: 6 additions & 0 deletions .gitmodules
Original file line number Diff line number Diff line change
Expand Up @@ -76,3 +76,9 @@
[submodule "vim/bundle/vim-golang"]
path = vim/bundle/vim-golang
url = https://github.com/jnwhiteh/vim-golang
[submodule "vim/bundle/handlebars"]
path = vim/bundle/handlebars
url = git://github.com/nono/vim-handlebars.git
[submodule "vim/bundle/editorconfig"]
path = vim/bundle/editorconfig
url = https://github.com/editorconfig/editorconfig-vim.git
1 change: 0 additions & 1 deletion bashrc
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,6 @@ alias nano='vim'
alias vi='vim'

# Custom stuff
set -o vi
export EDITOR="vim"
export TERM=xterm-256color

Expand Down
1 change: 1 addition & 0 deletions vim/bundle/editorconfig
Submodule editorconfig added at 3bb9f1
1 change: 1 addition & 0 deletions vim/bundle/handlebars
Submodule handlebars added at 8a7027
5 changes: 3 additions & 2 deletions vimrc
Original file line number Diff line number Diff line change
Expand Up @@ -63,6 +63,7 @@ let g:ctrlp_max_files = 15000
" Airline
let g:airline_enable_branch = 1
let g:airline_enable_syntastic = 1
let g:airline_enable_tagbar = 0
"let g:airline_theme = 'powerlineish'
let g:airline_theme = 'murmur'
let g:airline_powerline_fonts = 1
Expand All @@ -80,8 +81,8 @@ map <C-f> :NERDTreeToggle<CR>
map <C-t> :TagbarToggle<CR>
" Bind buffer switching to Ctrl+Tab
map <C-Tab> :bnext<cr>
map <C-S-Tab> :bprevious<cr>
map <C-Tab> :bnext<CR>
map <C-S-Tab> :bprevious<CR>
autocmd filetype svn,*commit* setlocal spell

Expand Down

0 comments on commit b72cf87

Please sign in to comment.