docs(readme): Add show_guides

This commit is contained in:
simrat39
2021-04-22 20:15:18 -07:00
parent 4451c904d0
commit 5959df428d

View File

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