nvf/modules/ui/modes/modes.nix
2023-04-04 23:33:36 +03:00

12 lines
155 B
Nix

{
config,
lib,
...
}:
with lib;
with builtins; {
options.vim.ui.modes-nvim = {
enable = mkEnableOption "Enable modes.nvim UI elements";
};
}