mirror of
https://github.com/gryf/.vim.git
synced 2025-12-17 03:20:29 +01:00
Added exclude variable for pep8
changed the way that indent is attached to python files (fuck you iCard) added convinient snippets for rest files
This commit is contained in:
@@ -48,8 +48,10 @@ snippet subject
|
||||
:Subject: ${1}
|
||||
snippet code
|
||||
.. sourcecode:: ${1:python}
|
||||
:cssclass: ${2:wombat}
|
||||
${3::linenos:} ${4:1}
|
||||
|
||||
${2}
|
||||
${5}
|
||||
snippet figure
|
||||
.. figure:: ${1:image.png}
|
||||
:target: $1
|
||||
@@ -66,3 +68,7 @@ snippet article
|
||||
${5}
|
||||
|
||||
.. more
|
||||
snippet raw
|
||||
.. raw:: html
|
||||
|
||||
${1}
|
||||
|
||||
Reference in New Issue
Block a user