chore: remove branch separator from readme

main
olimorris 2022-11-03 14:16:22 +00:00
parent 53a39a0447
commit 8fa9328e12
1 changed files with 0 additions and 1 deletions

View File

@ -129,7 +129,6 @@ require("persisted").setup({
command = "VimLeavePre", -- the autocommand for which the session is saved command = "VimLeavePre", -- the autocommand for which the session is saved
silent = false, -- silent nvim message when sourcing session file 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 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 autosave = true, -- automatically save session files when exiting Neovim
should_autosave = nil, -- function to determine if a session should be autosaved should_autosave = nil, -- function to determine if a session should be autosaved
autoload = false, -- automatically load the session for the cwd on Neovim startup autoload = false, -- automatically load the session for the cwd on Neovim startup