mirror of
https://github.com/akr2002/nv.git
synced 2024-11-09 18:49:45 +00:00
add persistence
This commit is contained in:
parent
ebd320651e
commit
18f1518900
2 changed files with 6 additions and 0 deletions
|
@ -65,5 +65,6 @@
|
||||||
./utils/nvim-colorizer.nix
|
./utils/nvim-colorizer.nix
|
||||||
./utils/nvim-surround.nix
|
./utils/nvim-surround.nix
|
||||||
./utils/oil.nix
|
./utils/oil.nix
|
||||||
|
./utils/persistence.nix
|
||||||
];
|
];
|
||||||
}
|
}
|
||||||
|
|
5
config/utils/persistence.nix
Normal file
5
config/utils/persistence.nix
Normal file
|
@ -0,0 +1,5 @@
|
||||||
|
{
|
||||||
|
plugins.persistence = {
|
||||||
|
enable = true;
|
||||||
|
};
|
||||||
|
}
|
Loading…
Reference in a new issue