mirror of
https://github.com/nix-community/nixvim.git
synced 2025-06-21 08:35:43 +02:00
17 lines
248 B
Nix
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;
|
|
};
|
|
};
|
|
};
|
|
}
|