fix: telescope callbacks in README.md
parent
d4c0ba339f
commit
45e02cd474
|
|
@ -234,7 +234,7 @@ require("persisted").setup({
|
||||||
end,
|
end,
|
||||||
after_source = function(session)
|
after_source = function(session)
|
||||||
-- Change the git branch
|
-- Change the git branch
|
||||||
pcall(vim.cmd, "git checkout .." session.branch)
|
pcall(vim.cmd, "git checkout " .. session.branch)
|
||||||
end,
|
end,
|
||||||
},
|
},
|
||||||
})
|
})
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue