Skip to content

Commit

Permalink
Update submodules
Browse files Browse the repository at this point in the history
  • Loading branch information
AntoineGagne committed Aug 8, 2017
1 parent ca53576 commit 761aa2b
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 4 deletions.
2 changes: 1 addition & 1 deletion vim/.vim/bundle/ale
Submodule ale updated from 593caf to 167722
2 changes: 1 addition & 1 deletion vim/.vim/bundle/vim-airline-themes
2 changes: 1 addition & 1 deletion vim/.vim/bundle/vim-racer
Submodule vim-racer updated 1 files
+1 −1 autoload/racer.vim
1 change: 1 addition & 0 deletions vim/.vim/startup/autocommands.vim
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ if has("autocmd")
autocmd BufNewFile,BufRead,BufReadPre,BufReadPost *.tex setfiletype plaintex
autocmd BufNewFile,BufRead,BufReadPre,BufReadPost *.tikz setfiletype plaintex
autocmd BufNewFile,BufRead,BufReadPre,BufReadPost *.bib setfiletype plaintex
autocmd BufNewFile *.tex 0r ~/.vim/templates/skeleton.tex
augroup END

augroup shell
Expand Down

0 comments on commit 761aa2b

Please sign in to comment.