1
0
mirror of https://github.com/gryf/.vim.git synced 2025-12-17 03:20:29 +01:00

Exchange UltiSnips with old snipmate.

I'm not very heavy user of snippets. UltiSnips lately dropped support
for python2, yet I'm using some machines with old OSes, which complain a
lot during boostrapping my vimrc, so I was started to look for a simpler
replacement. Finally decided on a (slightly modified) original snipmate.
This commit is contained in:
2020-02-18 21:15:15 +01:00
parent b50b721562
commit c6560ce397
13 changed files with 87 additions and 370 deletions

33
snippets/rst.snippets Normal file
View File

@@ -0,0 +1,33 @@
snippet dbg
debugger;
snippet code
.. code:: ${1:python}
:cssclass: ${2:wombat}
${3::linenos:} ${4:1}
${5:}
snippet figure
.. figure:: ${1:image.png}
:target: ${1:}
:alt: ${2:description}
:figclass: ${3:custclass}
${2:}
snippet article
:Title: ${1:Blog post title}
:Date: ${2:`!v strftime("%Y-%m-%d %H:%M:%S")`}
:Modified: ${3:}
:Tags: ${4:blogtag1, blogtag2}
${5:}
.. more
snippet raw
.. raw:: html
${1:}