plugins/sleuth: init

This commit is contained in:
Gaetan Lepage 2024-03-24 11:31:50 +01:00 committed by Gaétan Lepage
parent d261b39e7c
commit ddac6db152
3 changed files with 58 additions and 0 deletions

View file

@ -0,0 +1,17 @@
{
empty = {
plugins.sleuth.enable = true;
};
example = {
plugins.sleuth = {
enable = true;
settings = {
heuristics = true;
gitcommit_heuristics = false;
no_filetype_indent_on = true;
};
};
};
}