⚙️ config(nvim): added custom options for outline extra

This commit is contained in:
Sergio Laín 2023-11-28 00:17:58 +01:00
parent 0eff214be1
commit 1df5f46e41
No known key found for this signature in database
GPG key ID: 14C9B8080681777B

View file

@ -6,6 +6,14 @@ return {
opts = { opts = {
outline_window = { outline_window = {
show_symbol_lineno = true, show_symbol_lineno = true,
auto_jump = true,
jump_highlight_duration = 150,
},
symbol_folding = {
autofold_depth = 1,
},
symbols = {
filter = require("lazyvim.config").kind_filter,
}, },
}, },
}, },