mirror of
https://github.com/nix-community/nixvim.git
synced 2025-07-08 00:04:33 +02:00
auto-session: fix sessionLens.sessionControl config attribute (#1118)
This commit is contained in:
parent
361e2ec74b
commit
8e3b20f0d6
1 changed files with 1 additions and 1 deletions
|
@ -169,7 +169,7 @@ in {
|
|||
load_on_setup = loadOnSetup;
|
||||
theme_conf = themeConf;
|
||||
inherit previewer;
|
||||
sessionControl = with sessionControl; {
|
||||
session_control = with sessionControl; {
|
||||
control_dir = controlDir;
|
||||
control_filename = controlFilename;
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue