⚙️ config(nvim): added custom options for outline extra
This commit is contained in:
parent
0eff214be1
commit
1df5f46e41
1 changed files with 8 additions and 0 deletions
|
@ -6,6 +6,14 @@ return {
|
|||
opts = {
|
||||
outline_window = {
|
||||
show_symbol_lineno = true,
|
||||
auto_jump = true,
|
||||
jump_highlight_duration = 150,
|
||||
},
|
||||
symbol_folding = {
|
||||
autofold_depth = 1,
|
||||
},
|
||||
symbols = {
|
||||
filter = require("lazyvim.config").kind_filter,
|
||||
},
|
||||
},
|
||||
},
|
||||
|
|
Loading…
Add table
Reference in a new issue