summaryrefslogtreecommitdiffstats
path: root/system/skim/README
diff options
context:
space:
mode:
Diffstat (limited to 'system/skim/README')
-rw-r--r--system/skim/README12
1 files changed, 10 insertions, 2 deletions
diff --git a/system/skim/README b/system/skim/README
index 5f5f45da93..a5a02f1a73 100644
--- a/system/skim/README
+++ b/system/skim/README
@@ -1,2 +1,10 @@
-skim is a fuzzy finder that can be used as a general filter like grep or as an
-interactive interface for invoking commands.
+skim is a fuzzy finder that can be used as a general filter like grep
+or as an interactive interface for invoking commands.
+
+Vim Users: A skim.vim plugin is installed to
+/usr/share/vim/vimfiles/plugin. If you'd rather exclude the plugin,
+or only manually enable it in your vim, you can build with:
+
+WITH_VIM=no ./skim.SlackBuild
+
+and the plugin will be installed to /usr/share/skim/vim/ instead.