From 2cc0b35ca947ab1022065f68885a1b3a2bbd6bbd Mon Sep 17 00:00:00 2001 From: Vincent St-Amour Date: Wed, 28 Sep 2011 11:34:26 -0400 Subject: [PATCH] Add a pointer to a vim plugin for scribble. --- collects/scribblings/guide/other-editors.scrbl | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/collects/scribblings/guide/other-editors.scrbl b/collects/scribblings/guide/other-editors.scrbl index 72a4f03f8c..ce9fa02f83 100644 --- a/collects/scribblings/guide/other-editors.scrbl +++ b/collects/scribblings/guide/other-editors.scrbl @@ -193,6 +193,12 @@ plugin has a paredit mode that works like paredit in Emacs. However, the plugin is not aware of Racket. You can either set vim to treat Racket as Scheme files or you can modify the paredit script to load on @filepath{.rkt} files. +@subsection{Scribble} + +Vim support for writing scribble documents is provided by the +@hyperlink["http://www.vim.org/scripts/script.php?script_id=3756"]{scribble.vim} +plugin. + @subsection{Miscellaneous} If you are installing many vim plugins (not necessary specific to Racket), we