nvf/modules/plugins/utility/sleuth/sleuth.nix
2025-04-24 09:20:42 +02:00

7 lines
217 B
Nix

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