fix(outline): use new object for symbols.filter

This commit is contained in:
Iordanis Petkakis 2024-07-12 21:34:53 +03:00
parent 0e2eaa3fba
commit 5b7b4f52fc

View file

@ -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>",