1
0
Fork 0
mirror of https://github.com/NotAShelf/neovim-flake.git synced 2025-01-05 06:29:48 +01:00
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";
};
}