Skip to content

Commit

Permalink
removed some unused packages
Browse files Browse the repository at this point in the history
  • Loading branch information
esiegel committed Jul 30, 2012
1 parent ab03fcf commit 53457f3
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .gitmodules
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
[submodule "bundle/vundle"]
path = bundle/vundle
url = http://github.com/gmarik/vundle.git
ignore = dirty
ignore = dirty
6 changes: 3 additions & 3 deletions vimrc
Original file line number Diff line number Diff line change
Expand Up @@ -29,17 +29,14 @@ Bundle 'tpope/vim-surround'
Bundle 'tpope/vim-fugitive'
Bundle 'chrisbra/NrrwRgn'
Bundle 'godlygeek/tabular'
"Bundle 'kien/ctrlp.vim'
Bundle 'rosenfeld/conque-term'

" vim-scripts repo
Bundle 'a.vim'
Bundle 'BusyBee'
Bundle 'cscope_macros.vim'
Bundle 'Color-Sampler-Pack'
Bundle 'Jinja'
Bundle 'L9'
Bundle 'octave.vim--'
Bundle 'VimClojure'

" non github repos
Expand Down Expand Up @@ -184,6 +181,9 @@ let g:tagbar_type_scala= {
\ 'sort' : 0
\ }

"""""""""""""""""""""""""""VIMCLOJURE"""""""""""""""""""""""""""""
let vimclojure#WantNailgun=1

"""""""""""""""""""""""""""SNIPMATE"""""""""""""""""""""""""""""
let g:snippets_dir="~/.vim/bundle/snipmate-snippets"

Expand Down

0 comments on commit 53457f3

Please sign in to comment.