Skip to content

sei40kr/gitignore-snippets

Repository files navigation

gitignore-snippets

https://melpa.org/packages/gitignore-snippets-badge.svg

Description

gitignore.io templates for yasnippet.

Install

Manual Install

(add-to-list 'load-path "/path/to/gitignore-snippets")

(require 'yasnippet)
(require 'gitignore-snippets)

;; Make sure to call `gitignore-snippets-init' after yasnippet loaded.
(gitignore-snippets-init)

Doom Emacs

Add in your $DOOMDIR/packages.el:

(package! gitignore-snippets)

and then, add your $DOOMDIR/config.el:

(after! gitignore-snippets
  (gitignore-snippets-init))

License

MIT

About

gitignore.io templates for yasnippet

Topics

Resources

License

Stars

Watchers

Forks

Languages