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

17 lines
248 B
Nix

{
empty = {
plugins.sleuth.enable = true;
};
example = {
plugins.sleuth = {
enable = true;
settings = {
heuristics = 1;
gitcommit_heuristics = 0;
no_filetype_indent_on = 1;
};
};
};
}