fix: telescope callbacks in README.md

main
olimorris 2022-04-25 12:38:14 +01:00
parent d4c0ba339f
commit 45e02cd474
1 changed files with 1 additions and 1 deletions

View File

@ -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,
}, },
}) })