feat(outline): free ctrl-k /ctrl+j

This commit is contained in:
肖健正 2024-06-16 13:46:31 +08:00
parent f24999fd36
commit 003c2f7367

View file

@ -17,6 +17,10 @@ return {
local opts = {
symbols = {},
symbol_blacklist = {},
keymaps = {
up_and_jump = "<up>",
down_and_jump = "<down>",
},
}
local filter = Config.kind_filter