mirror of
https://github.com/LazyVim/LazyVim.git
synced 2026-07-25 14:01:06 +00:00
fix(outline): use new object for symbols.filter
This commit is contained in:
parent
0e2eaa3fba
commit
5b7b4f52fc
1 changed files with 1 additions and 1 deletions
|
|
@ -16,7 +16,7 @@ return {
|
||||||
local opts = {
|
local opts = {
|
||||||
symbols = {
|
symbols = {
|
||||||
icons = {},
|
icons = {},
|
||||||
filter = LazyVim.config.kind_filter,
|
filter = vim.deepcopy(LazyVim.config.kind_filter),
|
||||||
},
|
},
|
||||||
keymaps = {
|
keymaps = {
|
||||||
up_and_jump = "<up>",
|
up_and_jump = "<up>",
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue