mirror of
https://github.com/nix-community/nixvim.git
synced 2025-06-22 00:48:58 +02:00
plugins/sleuth: init
This commit is contained in:
parent
d261b39e7c
commit
ddac6db152
3 changed files with 58 additions and 0 deletions
17
tests/test-sources/plugins/utils/sleuth.nix
Normal file
17
tests/test-sources/plugins/utils/sleuth.nix
Normal 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;
|
||||
};
|
||||
};
|
||||
};
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue