Skip to content

Commit

Permalink
Switch to better css-color / add python test around ultisnips load
Browse files Browse the repository at this point in the history
  • Loading branch information
HavonaMadama committed Apr 6, 2012
1 parent bae5484 commit 1517a8e
Showing 1 changed file with 7 additions and 4 deletions.
11 changes: 7 additions & 4 deletions @@vim/vimrc-vundle
Original file line number Diff line number Diff line change
Expand Up @@ -17,9 +17,12 @@ Bundle 'gmarik/vundle'
Bundle "MarcWeber/vim-addon-mw-utils.git"
Bundle "tomtom/tlib_vim.git"

" Bundle "ornicar/snipmate.vim.git"
" Bundle "honza/snipmate-snippets.git"
Bundle "SirVer/ultisnips"
if has("python")
Bundle "SirVer/ultisnips"
else
Bundle "ornicar/snipmate.vim.git"
Bundle "honza/snipmate-snippets.git"
endif

Bundle "scrooloose/nerdtree.git"

Expand Down Expand Up @@ -69,7 +72,7 @@ Bundle 'kurkale6ka/vim-quotes'
" Bundle 'jceb/vim-orgmode.git'
Bundle 'Specky'
Bundle 'vimwiki'
Bundle 'skammer/vim-css-color'
Bundle 'ap/vim-css-color'
Bundle 'kana/vim-textobj-user'
Bundle 'nelstrom/vim-textobj-rubyblock'
" Bundle 'ZoomWin'
Expand Down

0 comments on commit 1517a8e

Please sign in to comment.