summaryrefslogtreecommitdiffstats
path: root/.config/nvim/my_snippets/PKGBUILD.snippets
diff options
context:
space:
mode:
Diffstat (limited to '.config/nvim/my_snippets/PKGBUILD.snippets')
-rw-r--r--.config/nvim/my_snippets/PKGBUILD.snippets5
1 files changed, 5 insertions, 0 deletions
diff --git a/.config/nvim/my_snippets/PKGBUILD.snippets b/.config/nvim/my_snippets/PKGBUILD.snippets
new file mode 100644
index 0000000..f00053f
--- /dev/null
+++ b/.config/nvim/my_snippets/PKGBUILD.snippets
@@ -0,0 +1,5 @@
1# vim:ft=snippets:
2
3snippet m "Maintainer line" b
4# Maintainer: Yigit Sever <yigit at yigitsever dot com>
5endsnippet