gitignore.io templates for yasnippet.
(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)
Add in your $DOOMDIR/packages.el
:
(package! gitignore-snippets)
and then, add your $DOOMDIR/config.el
:
(after! gitignore-snippets
(gitignore-snippets-init))
MIT