Questions tagged [vim-snipmate]

A Vim plugin that implements some of TextMate's snippets features in Vim.

snipMate.vim aims to be a concise vim script that provides support for textual snippets, similar to TextMate or other Vim plugins.

4 questions
1
vote
1 answer

Why if can expand instead of ifee in vim-snippets and ultisnips?

I have installed vim-snippets and ultisnips with plugin manager--pathogen this way. cd ~/.vim/bundle sudo git clone https://github.com/honza/vim-snippets.git cd ~/.vim/bundle && git clone git://github.com/SirVer/ultisnips.git Set configuration in…
showkey
  • 482
  • 42
  • 140
  • 295
1
vote
2 answers

Why isn't vim-snipmate UltiSnips for Django not working?

I'm running Vim 8.0.124 and I've installed the vim-snipmate plugin to use in my Python and Django development. I followed the instructions by creating a .vimrc file that contains the following: # ~/.vimrc set nocompatible " Required by…
Jim
  • 13,430
  • 26
  • 104
  • 155
0
votes
0 answers

How to do autocompletion and syntax check for ansible in vim 7.4?

I am running Vim 7.4 and installed below plugins Plug 'pearofducks/ansible-vim' Plug 'phenomenes/ansible-snippets' Plug 'honza/vim-snippets' But still i am unable to see snippets when typing tab? What else is required to enable auto completion of…
Samselvaprabu
  • 16,830
  • 32
  • 144
  • 230
0
votes
1 answer

ViM provides a list of alternative snippets, but I'm not able to select any of them

I can navigate up and down in the list, but if I press Enter when one of them is selected, it just inserts that value, e.g. html5 and exists from the dropdown. How can I select one and have the snippet triggered? This is my snippet config: …
martins
  • 9,669
  • 11
  • 57
  • 85