diff options
author | Yigit Sever | 2021-10-14 19:15:29 +0300 |
---|---|---|
committer | Yigit Sever | 2021-10-14 19:15:29 +0300 |
commit | 05ed37125b8f0bf534faaac521d1139ca5ae5dfc (patch) | |
tree | a1f6845748d4467e24ee23eebc7b08274c92dc14 /.vim/my-snippets/UltiSnips/PKGBUILD.snippets | |
parent | be264a2d87025a3635c654adbca201a414ffa27b (diff) | |
download | dotfiles-05ed37125b8f0bf534faaac521d1139ca5ae5dfc.tar.gz dotfiles-05ed37125b8f0bf534faaac521d1139ca5ae5dfc.tar.bz2 dotfiles-05ed37125b8f0bf534faaac521d1139ca5ae5dfc.zip |
nvim: snippets to correct place
Diffstat (limited to '.vim/my-snippets/UltiSnips/PKGBUILD.snippets')
-rw-r--r-- | .vim/my-snippets/UltiSnips/PKGBUILD.snippets | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/.vim/my-snippets/UltiSnips/PKGBUILD.snippets b/.vim/my-snippets/UltiSnips/PKGBUILD.snippets deleted file mode 100644 index f00053f..0000000 --- a/.vim/my-snippets/UltiSnips/PKGBUILD.snippets +++ /dev/null | |||
@@ -1,5 +0,0 @@ | |||
1 | # vim:ft=snippets: | ||
2 | |||
3 | snippet m "Maintainer line" b | ||
4 | # Maintainer: Yigit Sever <yigit at yigitsever dot com> | ||
5 | endsnippet | ||