mirror of
https://github.com/NotAShelf/nvf.git
synced 2025-09-06 10:21:31 +00:00
7 lines
217 B
Nix
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`
|
|
'';
|
|
}
|