nix-community.nixvim/tests/test-sources/plugins/by-name/sleuth/default.nix

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

18 lines
248 B
Nix
Raw Normal View History

2024-03-24 11:31:50 +01:00
{
empty = {
plugins.sleuth.enable = true;
};
example = {
plugins.sleuth = {
enable = true;
settings = {
2024-09-08 13:52:18 +01:00
heuristics = 1;
gitcommit_heuristics = 0;
no_filetype_indent_on = 1;
2024-03-24 11:31:50 +01:00
};
};
};
}