utility/sleuth: init

This commit is contained in:
Noah765 2025-04-24 09:20:42 +02:00
commit 8f73019907
6 changed files with 40 additions and 0 deletions

View file

@ -0,0 +1,7 @@
{lib, ...}: let
inherit (lib.options) mkEnableOption;
in {
options.vim.utility.sleuth.enable = mkEnableOption ''
automatically adjusting options such as `shiftwidth` or `expandtab`, using `vim-sleuth`
'';
}