feat(nvim): grapple marks are saved by git branch

This commit is contained in:
Sergio Laín 2025-08-27 13:22:47 +02:00
parent 8bd4110a9f
commit cfbbdc471b
No known key found for this signature in database
GPG key ID: 51BB28D8B42FB438

View file

@ -29,6 +29,7 @@ return {
keys = keys,
config = function()
require("grapple").setup({
scope = "git_branch",
win_opts = {
footer = "",
},