1
0
Fork 0
mirror of https://github.com/nix-community/nixvim.git synced 2025-12-05 16:41:06 +01:00

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;
};
};
};
}