docs(readme): Add show_guides
This commit is contained in:
@@ -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
|
||||
```
|
||||
```
|
||||
|
||||
Reference in New Issue
Block a user