mirror of
https://github.com/nix-community/nixvim.git
synced 2025-06-20 16:15:43 +02:00
90 lines
1.1 KiB
Nix
90 lines
1.1 KiB
Nix
[
|
|
"logLevel"
|
|
[
|
|
"sessionLens"
|
|
"loadOnSetup"
|
|
]
|
|
[
|
|
"sessionLens"
|
|
"themeConf"
|
|
]
|
|
[
|
|
"sessionLens"
|
|
"previewer"
|
|
]
|
|
[
|
|
"sessionControl"
|
|
"controlDir"
|
|
]
|
|
[
|
|
"sessionControl"
|
|
"controlFilename"
|
|
]
|
|
{
|
|
old = [
|
|
"autoSave"
|
|
"enabled"
|
|
];
|
|
new = "auto_save";
|
|
}
|
|
{
|
|
old = [
|
|
"autoRestore"
|
|
"enabled"
|
|
];
|
|
new = "auto_auto_restore";
|
|
}
|
|
{
|
|
old = "bypassSessionSaveFileTypes";
|
|
new = "bypass_save_filetypes";
|
|
}
|
|
{
|
|
old = [
|
|
"autoSession"
|
|
"enableLastSession"
|
|
];
|
|
new = "auto_restore_last_session";
|
|
}
|
|
{
|
|
old = [
|
|
"autoSession"
|
|
"rootDir"
|
|
];
|
|
new = "root_dir";
|
|
}
|
|
{
|
|
old = [
|
|
"autoSession"
|
|
"enabled"
|
|
];
|
|
new = "enabled";
|
|
}
|
|
{
|
|
old = [
|
|
"autoSession"
|
|
"createEnabled"
|
|
];
|
|
new = "auto_create";
|
|
}
|
|
{
|
|
old = [
|
|
"autoSession"
|
|
"suppressDirs"
|
|
];
|
|
new = "suppressed_dirs";
|
|
}
|
|
{
|
|
old = [
|
|
"autoSession"
|
|
"allowedDirs"
|
|
];
|
|
new = "allowed_dirs";
|
|
}
|
|
{
|
|
old = [
|
|
"autoSession"
|
|
"useGitBranch"
|
|
];
|
|
new = "use_git_branch";
|
|
}
|
|
]
|