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

12 lines
155 B
Nix
Raw Normal View History

{
config,
lib,
...
}:
with lib;
2023-03-31 04:20:35 +02:00
with builtins; {
options.vim.ui.noice = {
enable = mkEnableOption "noice-nvim UI modification library";
};
}