-
I need help please with this plugin: https://nix-community.github.io/nixvim/plugins/auto-save/index.html. I am doing it like this: auto-save = {
enable = true;
execution_message.cleaning_interval = 5000;
}; I am getting the following error when I rebuild NixOS:
Please help :-) |
Beta Was this translation helpful? Give feedback.
Answered by
refaelsh
Sep 6, 2024
Replies: 1 comment
-
For future googlers: auto-save = {
enable = true;
settings = {
execution_message.cleaning_interval = 5000;
};
}; |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
refaelsh
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
For future googlers: