mirror of
https://github.com/gryf/.vim.git
synced 2025-12-17 11:30:29 +01:00
Scripts update
Removed GetLatestVimScripts plugin (it's distributed with vim) Added nice function for generating HTML from rst in rst/common.vim Removd NERDtree (didn't used it at all) Removed tasklist (same as above) Removed eclim tools, leaved only buffer functionality Small improvements in vimrc
This commit is contained in:
@@ -48,5 +48,12 @@ snippet subject
|
||||
:Subject: ${1}
|
||||
snippet code
|
||||
.. sourcecode:: ${1:python}
|
||||
|
||||
|
||||
${2}
|
||||
snippet figure
|
||||
.. figure:: ${1:image.png}
|
||||
:target: $1
|
||||
:alt: ${2:description}
|
||||
:figclass: ${3:custclass}
|
||||
|
||||
$2
|
||||
|
||||
Reference in New Issue
Block a user