Wednesday, October 16, 2013

Snipmates not working with Vundle

Hi,

I'm got several vim plugins working, all installed by Vundle.
But "snipmate-snippets" does not. :(

I.e
>> $ vim test.rb
>>
>> def <tab>
>> ### Does not work


This is my .vimrc:

>> set nocompatible " be iMproved
>> filetype off " required!
>> autocmd!
>>
>> set rtp+=~/.vim/bundle/vundle/
>> call vundle#rc()
>>
>> Bundle 'gmarik/vundle'
>>
>> Bundle 'tpope/vim-fugitive'
>> Bundle 'Lokaltog/vim-easymotion'
>> Bundle 'rstacruz/sparkup', {'rtp': 'vim/'}
>> Bundle 'tpope/vim-rails.git'
>> Bundle 'slim-template/vim-slim'
>> Bundle 'godlygeek/tabular'
>> Bundle 'scrooloose/syntastic'
>> Bundle 'https://github.com/mileszs/ack.vim.git'
>> Bundle 'gorkunov/smartgf.vim'
>>
>> Bundle "MarcWeber/vim-addon-mw-utils"
>> Bundle "tomtom/tlib_vim"
>> Bundle "garbas/vim-snipmate"
>> Bundle "git://github.com/honza/snipmate-snippets.git"
>> Bundle "bonsaiben/bootstrap-snippets"
>>
>> filetype plugin indent on " required!

Any tips?

Cheers,
Martin

--
--
You received this message from the "vim_use" maillist.
Do not top-post! Type your reply below the text you are replying to.
For more information, visit http://www.vim.org/maillist.php

---
You received this message because you are subscribed to the Google Groups "vim_use" group.
To unsubscribe from this group and stop receiving emails from it, send an email to vim_use+unsubscribe@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.

No comments: