feat: remove C-j barbecue keybind

This commit is contained in:
Youwen Wu 2024-10-18 22:51:17 -07:00
parent 7c507ed241
commit 99ab0c6aa4
Signed by: youwen5
GPG key ID: 865658ED1FE61EC3

View file

@ -190,15 +190,6 @@ return {
{
"barbecue.nvim",
event = "BufEnter",
keys = {
{
"<C-j>",
function()
require("barbecue.ui").navigate(-1)
end,
desc = "Go to last treesitter node",
},
},
after = function()
require("barbecue").setup()
end,