1
0
Fork 0
mirror of https://github.com/NotAShelf/neovim-flake.git synced 2025-02-12 21:53:15 +01:00
neovim-flake/modules/ui/modes/modes.nix
2023-04-04 23:33:36 +03:00

11 lines
155 B
Nix

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