Questions tagged [ultisnips]

UltiSnips is a TextMate-inspired SnipMate-compatible snippet system for Vim.

UltiSnips is a TextMate-inspired SnipMate-compatible snippet system for Vim. It includes shell, VimScript and Python interpolation, and trigger matching based on regular expressions.

96 questions
0
votes
2 answers

Vim YouCompleteMe and Ultisnips on Mavericks

I'm having an absolutely HORRIBLE time getting Ultisnips and YouCompleteMe installed on Mavericks. I've brew installed python, then vim. I've got vim mostly working, but there are never ending python errors when trying to enable these two…
Jim Wharton
  • 1,375
  • 3
  • 18
  • 41
0
votes
3 answers

How to expand the snippet with only part of the trigger?

I have vim with UltiSnips and it's working but only if I write the whole trigger. Is there a way to expand the snippet writing only a part of the trigger? I used to work with SnipMate and that works. e.g.: If I have a trigger like follows: snippet…
0
votes
1 answer

UtilSnips plugin installation with pathogen gvim (v7.x) issue

I'm having difficulty installing UltiSnips onto gvim using pathogen (on Windows 7).When I place the UltiSnips folder in vim73/bundle gvim subsequently won't open. When I remove UltiSnips gvim opens again as normal. The version of gvim is 7.3. The…
user2962912
  • 69
  • 1
  • 6
-1
votes
1 answer

UltiSnips#Edit Error when attempting :UltiSnipsEdit

I have installed UltiSnips through Vundle as per the instructions given on the git page. :PluginInstall did not return any errors, so I assumed it worked well. Upon trying to use :UltiSnipsEdit, though, I received a set of errors: Error detected…
-1
votes
3 answers

UltiSnips expand java package

I want to be able to write a vim snippet that automatically turns into the required package. E.g. expanding pkg while inside of .../com/theonlygust/project/Main.java would become package com.theonlygusti.project; I think the ways to do this are to…
theonlygusti
  • 11,032
  • 11
  • 64
  • 119
-2
votes
1 answer

can I install msysgit after having github installed so I can use native cmd console?

I following instructions to install Ultisnips plugin for VIM which calls for installing Vundle plugin manager and it calls for installing msysGit for native cmd console, but I have GitHub already installed. Will this break my GitHub config?…
1 2 3 4 5 6
7