From 8fa9328e121403336dc91b6ea3184b87b4c8fbe5 Mon Sep 17 00:00:00 2001 From: olimorris Date: Thu, 3 Nov 2022 14:16:22 +0000 Subject: [PATCH] chore: remove branch separator from readme --- README.md | 1 - 1 file changed, 1 deletion(-) diff --git a/README.md b/README.md index 31cbe3d..5ea72c7 100644 --- a/README.md +++ b/README.md @@ -129,7 +129,6 @@ require("persisted").setup({ command = "VimLeavePre", -- the autocommand for which the session is saved silent = false, -- silent nvim message when sourcing session file use_git_branch = false, -- create session files based on the branch of the git enabled repository - branch_separator = "@@", -- string used to separate session directory name from branch name autosave = true, -- automatically save session files when exiting Neovim should_autosave = nil, -- function to determine if a session should be autosaved autoload = false, -- automatically load the session for the cwd on Neovim startup