Skip to main content

You are not logged in. Your edit will be placed in a queue until it is peer reviewed.

We welcome edits that make the post easier to understand and more valuable for readers. Because community members review edits, please try to make the post substantially better than how you found it, for example, by fixing grammar or adding additional resources and hyperlinks.

Required fields*

10
  • I find it odd that including the plug-in configuration in your .vimrc2 wouldn't work... If you use :scriptnames in that setup, do you not see the plug-in files in ultisnips being called? Commented Sep 16, 2019 at 0:26
  • See my edits for the output of :scriptnames. :PlugInstall tells me that UltiSnips is installed. Commented Sep 16, 2019 at 0:37
  • That line with 11: ~/.vim/plugged/ultisnips/plugin/UltiSnips.vim tells me UltiSnips is being installed... Why do you say it's not working? Perhaps it's not loading the snippets from the right location? Where do you have your snippets, is that location configured in your original .vimrc? Commented Sep 16, 2019 at 0:43
  • As I said, the .snippets file is in ~/.vim, it worked out of the box in this way. Would it be smarter to define a directory? The location is not configured in .vimrc Commented Sep 16, 2019 at 0:44
  • 1
    @eyal karni Conditions are a very good idea! Thank you for that, I'm running the .vimrc2 in a seperate terminal anyways, so I could check for that! Commented Sep 16, 2019 at 9:13