neovim-flake/modules/plugins/utility/sleuth/sleuth.nix

8 lines
217 B
Nix
Raw Normal View History

2025-04-24 09:20:42 +02:00
{lib, ...}: let
inherit (lib.options) mkEnableOption;
in {
options.vim.utility.sleuth.enable = mkEnableOption ''
automatically adjusting options such as `shiftwidth` or `expandtab`, using `vim-sleuth`
'';
}