nix-community.nixvim/tests/test-sources/plugins/by-name/numbertoggle/default.nix
2024-09-09 11:50:39 +01:00

5 lines
59 B
Nix

{
empty = {
plugins.autosource.enable = true;
};
}