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 +```