mirror of
https://github.com/gryf/.vim.git
synced 2025-12-17 11:30:29 +01:00
added pydoc plugin added surround plugin instead of annoying (in the end) delimitMate plugin. removed some experimental files with colors added jythongold folding for python added rst snippets added tmux configuration filetype added pylint compiler updated pyflakes
53 lines
930 B
Plaintext
53 lines
930 B
Plaintext
snippet author
|
|
:Author: ${1}|${2:file-as}|${3:aut}
|
|
snippet creator
|
|
:Creator: ${1}|${2:file-as}|${3:aut}
|
|
snippet contributor
|
|
:Contributor: ${1}|${2:file-as}|${3:ill}
|
|
snippet organization
|
|
:Organization: ${1}
|
|
snippet address
|
|
:Address: ${1}
|
|
snippet contact
|
|
:Contact: ${1}
|
|
snippet version
|
|
:Version: ${1}
|
|
snippet revision
|
|
:Revision: ${1}
|
|
snippet status
|
|
:Status: ${1}
|
|
snippet copyright
|
|
:Copyright: ${1}
|
|
snippet rights
|
|
:Rights: ${1}
|
|
snippet type
|
|
:Type: ${1}
|
|
snippet language
|
|
:Language: ${1:en}
|
|
snippet title
|
|
:Title: ${1:title}
|
|
snippet Description
|
|
:Description: ${1}
|
|
snippet publisher
|
|
:Publisher: ${1}
|
|
snippet pubdate
|
|
:Date: ${1:2001-02-01}
|
|
snippet format
|
|
:Format: ${1}
|
|
snippet identifier
|
|
:Identifier: ${1}
|
|
snippet source
|
|
:Source: ${1}
|
|
snippet relation
|
|
:Relation: ${1}
|
|
snippet coverage
|
|
:Coverage: ${1}
|
|
snippet rights
|
|
:Rights: ${1}
|
|
snippet subject
|
|
:Subject: ${1}
|
|
snippet code
|
|
.. sourcecode:: ${1:python}
|
|
|
|
${2}
|