Sunday, June 8, 2014

Just started using pathogen and having problems with snipmate

Hi,

I just started using pathogen and most of my plugins work perfectly. The only one not working seems to be snipmate. When I press <tab> in a .java file after typing pu, the snippet is not inserted. I also find it curious that the :Helptags command did not generate a tags file for snipmate.

I added snipmate like this:
cd ~/vimfiles/bundle
git submodule add https://github.com/tomtom/tlib_vim.git tlib
git submodule add https://github.com/MarcWeber/vim-addon-mw-utils.git mw_utils
git submodule add https://github.com/garbas/vim-snipmate.git snipmate
git submodule add https://github.com/honza/vim-snippets.git snipfiles

I googled and found some solutions to this which did not help. Here is what i found out so far:

:scriptnames includes
~\vimfiles\bundle\snipmate\plugin\snipMate.vim
~\vimfiles\bundle\snipmate\after\plugin\snipMate.vim

&rtp includes
C:\Users\OleW7\vimfiles\bundle\snipfiles
(which includes the snippets folder that is supposed to be used)

:imap <tab> shows
i <Tab> <Plug>snipMateNextOrTrigger

I removed all custom snippets and config changes until I have this basic setup working.
Any help would be appreciated.

Greetings,
Ole

--
--
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/d/optout.

No comments: