docs(readme): Add show_guides
This commit is contained in:
@@ -23,6 +23,10 @@ local opts = {
|
|||||||
-- or you just hate the highlight
|
-- or you just hate the highlight
|
||||||
-- default: true
|
-- default: true
|
||||||
highlight_hovered_item = true,
|
highlight_hovered_item = true,
|
||||||
|
|
||||||
|
-- whether to show outline guides
|
||||||
|
-- default: true
|
||||||
|
show_guides = true,
|
||||||
}
|
}
|
||||||
|
|
||||||
require('symbols-outline').setup(opts)
|
require('symbols-outline').setup(opts)
|
||||||
@@ -36,4 +40,4 @@ SymbolsOutline
|
|||||||
```vim
|
```vim
|
||||||
Escape --> Close Outline
|
Escape --> Close Outline
|
||||||
Enter --> GoTo Symbol location in code
|
Enter --> GoTo Symbol location in code
|
||||||
```
|
```
|
||||||
|
|||||||
Reference in New Issue
Block a user