Add zen mode

This commit is contained in:
Yax 2025-09-29 14:05:46 +02:00
parent 09e5bcc617
commit 3e578d9376

View file

@ -61,6 +61,11 @@ require("lazy").setup({
{ "<leader>tt", function() Snacks.terminal.get() end, desc = "Terminal" },
}
},
{
"folke/zen-mode.nvim",
opts = {
}
},
},
-- Configure any other settings here. See the documentation for more details.
-- colorscheme that will be used when installing plugins.