From 5959df428d9668b0018347c8049d6af9bd63aa21 Mon Sep 17 00:00:00 2001 From: simrat39 Date: Thu, 22 Apr 2021 20:15:18 -0700 Subject: [PATCH] docs(readme): Add show_guides --- README.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index ed07c48..c1862ba 100644 --- a/README.md +++ b/README.md @@ -23,6 +23,10 @@ local opts = { -- or you just hate the highlight -- default: true highlight_hovered_item = true, + + -- whether to show outline guides + -- default: true + show_guides = true, } require('symbols-outline').setup(opts) @@ -36,4 +40,4 @@ SymbolsOutline ```vim Escape --> Close Outline Enter --> GoTo Symbol location in code -``` \ No newline at end of file +```