yasnippet-snippets
yasnippet-snippets copied to clipboard
a collection of yasnippet snippets for many languages
When i load the yasnippet, emacs warns "byte-code: Recursive load". After some investigation, it seems to fix the problem by removing ``` (require 'yasnippet-snippets) ``` from "yasnippet-snippets/snippets/bibtex-mode/.yas-setup.el".
A very common convention in Clojure.test is to name unit tests ending in `-test`, which unfortunately can trigger yasnippet expansion #### Reproduction of issue Enable Yasnippets with this repository as...
As per Readme for dockerfile-mode. Notice I'm not using obsolete `docker-image-name`, but `dockerfile-image-name`. See spotify/dockerfile-mode#68.
- First of all, even though it doesn't seem like it in the github UI, it is indeed the case that there is an extra newline at the end of...
I have electric-pair-mode turned on by default, and I noticed that when I'm using the python function docstring snippets, every time I define a default string value for a parameter...
[The let snippet](https://github.com/AndreaCrotti/yasnippet-snippets/blob/master/snippets/emacs-lisp-mode/let) contains two `key` fields with different trigger words, but I can not expand the snippet using `let`, only `l` works. Is it intentional or just a typo?
I am using Emacs 27.05. and I have ``` (setq python-indent-offset 4 python-indent-guess-indent-offset t) ``` - When I expand `method_docstring_numpy`, I get ``` def foo(self, a, b, c): """ Parameters...
Hi, please correct me if I'm not aware of this functionality. I'd love to use most of these snippets provided here, however, I hope to blacklist/turn-off/override some of the snippets...
I am using straight.el as package manager. And I can't install this package due to Windows limitations. ``` $ cd "c:/ProgramData/chocolatey/bin/" $ "cmd" "/c" "mklink" "c:\Users\vashcali\AppData\Roaming\.emacs.d\runtime-artifacts\straight\build\yasnippet-snippets\snippets\rust-mode\closure" "c:\Users\vashcali\AppData\Roaming\.emacs.d\runtime-artifacts\straight\repos\yasnippet-snippets\snippets\rust-mode\closure" symbolic link created...