All Projects → AndreaCrotti → Yasnippet Snippets

AndreaCrotti / Yasnippet Snippets

Licence: gpl-3.0
a collection of yasnippet snippets for many languages

Labels

Projects that are alternatives of or similar to Yasnippet Snippets

Sx.el
Stack Exchange for Emacs
Stars: ✭ 667 (-19.74%)
Mutual labels:  emacs
Org Ql
An Org-mode query language, including search commands and saved views
Stars: ✭ 721 (-13.24%)
Mutual labels:  emacs
Dap Mode
Emacs ❤️ Debug Adapter Protocol
Stars: ✭ 809 (-2.65%)
Mutual labels:  emacs
Evil Collection
A set of keybindings for evil-mode
Stars: ✭ 681 (-18.05%)
Mutual labels:  emacs
Memacs
What did I do on February 14th 2007? Visualize your (digital) life in Org-mode
Stars: ✭ 711 (-14.44%)
Mutual labels:  emacs
Sly
Sylvester the Cat's Common Lisp IDE
Stars: ✭ 766 (-7.82%)
Mutual labels:  emacs
Cmake Ide
Use Emacs as a C/C++ IDE
Stars: ✭ 661 (-20.46%)
Mutual labels:  emacs
Org Super Agenda
Supercharge your Org daily/weekly agenda by grouping items
Stars: ✭ 829 (-0.24%)
Mutual labels:  emacs
Doom Modeline
A fancy and fast mode-line inspired by minimalism design.
Stars: ✭ 710 (-14.56%)
Mutual labels:  emacs
Clojure Mode
Emacs support for the Clojure(Script) programming language
Stars: ✭ 795 (-4.33%)
Mutual labels:  emacs
Clj Refactor.el
A collection of Clojure refactoring functions for Emacs
Stars: ✭ 694 (-16.49%)
Mutual labels:  emacs
Uncap
Map Caps Lock to Escape or any key to any key
Stars: ✭ 705 (-15.16%)
Mutual labels:  emacs
Awesome Emacs
A community driven list of useful Emacs packages, libraries and others.
Stars: ✭ 6,732 (+710.11%)
Mutual labels:  emacs
Org Noter
Emacs document annotator, using Org-mode
Stars: ✭ 671 (-19.25%)
Mutual labels:  emacs
Smart Mode Line
A powerful and beautiful mode-line for Emacs.
Stars: ✭ 809 (-2.65%)
Mutual labels:  emacs
Emacs Package Dev Handbook
An Emacs package development handbook. Built with Emacs, by Emacs package developers, for Emacs package developers.
Stars: ✭ 666 (-19.86%)
Mutual labels:  emacs
Dotfiles
🐲 My Arch Linux config [i3-gaps + i3blocks + Zsh + Spacemacs + Rofi + Alacritty + Neofetch]
Stars: ✭ 725 (-12.76%)
Mutual labels:  emacs
Chronometer
A Chronometer for GNU Emacs
Stars: ✭ 6 (-99.28%)
Mutual labels:  emacs
Zenburn Emacs
The Zenburn colour theme ported to Emacs
Stars: ✭ 829 (-0.24%)
Mutual labels:  emacs
Acejump
🅰️ single character search, select, and jump
Stars: ✭ 786 (-5.42%)
Mutual labels:  emacs

Yasnippet official snippet collections

MELPA Stable MELPA

Join the chat at https://gitter.im/AndreaCrotti/yasnippet-snippets

This repository contains the official collection of snippets for yasnippet.

How to install

From melpa

You can install this package from melpa, by first ensuring that you have the melpa source in your package-archives.

(require 'package)
(add-to-list 'package-archives
             '("melpa" . "http://melpa.org/packages/") t)
(package-initialize)

Once that is done, then just refresh the packages and install it with.

  • M-x package-refresh-contents
  • M-x package-install yasnippet-snippets

Now all the snippets will load automatically, as soon as yasnippet loads.

On Debian ≥10 and derivatives such as Ubuntu ≥ 18.10

sudo apt install elpa-yasnippet-snippets

Contributing

If you have any useful snippets for any language or framework, then please feel free to contribute, by opening a PR or an issue if you have any suggestions.

To study the current snippets, I suggest that you use M-x yas-describe-tables, which will show a table representation of all the snippets that are available in the current mode.

Guidelines

Snippets need to be generic enough to be useful for everyone, and not contain anything specific to your own system.

Various notes

HTML snippets

Until September 1st 2014 there were a lot of HTML snippets in the repository, which sometimes were useful, but I came to the conclusion that yasnippet was not the right tool for them, so they were removed in this pull request: https://github.com/AndreaCrotti/yasnippet-snippets/pull/49

To everyone writing a lot of HTML I suggest using emmet mode instead, which is a much more powerful mode for writing HTML tags.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].