feat(nvim): add zenmode.nvim

dev-docs
Moritz Böhme 2023-08-16 16:42:26 +02:00
parent d17f034e34
commit e0599018e2
Signed by: moritz
GPG Key ID: 970C6E89EB0547A9
1 changed files with 9 additions and 0 deletions

View File

@ -282,5 +282,14 @@ with builtins;
plugin = hmts-nvim;
ft = [ "nix" ];
}
{
plugin = zen-mode-nvim;
keys = [
{ key = "<leader>tz"; cmd = "<cmd>ZenMode<cr>"; desc = "Zen mode"; }
];
dependencies = [
{ plugin = twilight-nvim; }
];
}
];
}