neovim-flake/modules/ui/modes/modes.nix

12 lines
155 B
Nix
Raw Normal View History

2023-04-04 22:33:36 +02:00
{
config,
lib,
...
}:
with lib;
with builtins; {
options.vim.ui.modes-nvim = {
enable = mkEnableOption "Enable modes.nvim UI elements";
};
}