From a03cb8cd36761a5329c58d5cbe97abe8d22add28 Mon Sep 17 00:00:00 2001 From: Paul Bourke Date: Thu, 18 Jun 2020 19:03:24 +0100 Subject: [PATCH] Add a note to README for Mac users I couldn't figure out why this plugin wouldn't work for me for quite a while, till I read https://github.com/Yggdroot/indentLine/issues/59. This adds a note to the README to let users know they need +conceal compiled in. --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 91bca28..ecafc8b 100644 --- a/README.md +++ b/README.md @@ -6,6 +6,8 @@ This plugin is used for displaying thin vertical lines at each indentation level ## Requirements This plugin takes advantage of the newly provided `conceal` feature in Vim 7.3, so this plugin will not work with lower versions of Vim. +MacOS users: The copy of Vim provided in MacOS may not have the conceal feature enabled (check with `echo has('conceal')`), which will prevent the plugin from loading. To fix this, we recommend using the homebrew version of Vim. + ## Installation If you are using VIM version 8 or higher you can use its built-in package management; see `:help packages` for more information. Just run these commands in your terminal: ```bash