Added zenmode to UI configuration
Signed-off-by: C4 Patino <c4patino@gmail.com>
This commit is contained in:
parent
7dc37594da
commit
baefd4290f
2 changed files with 15 additions and 0 deletions
|
|
@ -5,6 +5,7 @@
|
|||
./lualine.nix
|
||||
./noice.nix
|
||||
./nvim-notify.nix
|
||||
./zenmode.nix
|
||||
];
|
||||
|
||||
colorschemes.tokyonight = {
|
||||
|
|
|
|||
14
config/ui/zenmode.nix
Normal file
14
config/ui/zenmode.nix
Normal file
|
|
@ -0,0 +1,14 @@
|
|||
{
|
||||
keymaps = [
|
||||
{
|
||||
mode = "n";
|
||||
key = "<leader>zz";
|
||||
action = "<cmd>ZenMode<cr>";
|
||||
}
|
||||
];
|
||||
|
||||
plugins.zen-mode = {
|
||||
enable = true;
|
||||
settings.window.width = 150;
|
||||
};
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue