From 79566b1e5807d89730a61f21257cf0a1e612ef65 Mon Sep 17 00:00:00 2001 From: Philip Kovacs Date: Wed, 8 Mar 2006 04:05:14 +0000 Subject: [PATCH] added vim syntax and filedetect files git-svn-id: https://conky.svn.sourceforge.net/svnroot/conky/trunk/conky@562 7f574dfc-610e-0410-a909-a81674777703 --- vim/README | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 vim/README diff --git a/vim/README b/vim/README new file mode 100644 index 00000000..d5850fb9 --- /dev/null +++ b/vim/README @@ -0,0 +1,11 @@ +$Id$ + +Vim filetype detection and syntax highlighting scripts for conky. + +Individual users can place them your personal .vim directory: + +~/.vim/ftdetect/conkyrc.vim +~/.vim/syntax/conkyrc.vim + +Refer to your vim site documentation for system-wide installation. +