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

Separated filetype specific settings into ftplugin directory,

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
This commit is contained in:
2010-07-16 22:10:12 +02:00
parent c9df35cf99
commit 1560333f72
19 changed files with 1220 additions and 564 deletions

52
snippets/rst.snippets Normal file
View File

@@ -0,0 +1,52 @@
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}