Sassan Haradji

Results 134 comments of Sassan Haradji

The challenge is the custom helper may need some packages, its runtime may interfere with the pdf generator runtime, etc. We may need to have two different solutions for simple...

Closing as no more information is provided.

This issue seems to be fixed when I checked it on my machine, let me know if I'm wrong.

For future reference, this is pending this issue: https://github.com/neovim/neovim/issues/6960

So things have improved since then. Thanks to Mikhail’s contributions it is now much easier to install the plugin, you can either directly download the plugin for your distribution from...

@shtanton this is solved in my fork: https://github.com/sassanh/vim-jsx/

yeah fork this repo, apply the changes in your fork and make a pull request. But seems like the owner of this repo is not actively maintaining it so you...

Looking at docs I guess you mean `g:UltiSnipsSnippetDirectories` I set it and unfortunately it's not working for me. Did you try it yourself?

Thanks but unfortunately I have plugins that proved snippets and I need those snippets, it may help others though.

I think this PR is better approaching the issue. Triggering autocommands instead of blindly passing everything to the underlying terminal emulator gives the end user more control. There may be...