mirror of
https://github.com/pojokcodeid/nvim-lazy.git
synced 2025-06-21 08:35:48 +02:00
9 lines
155 B
Lua
9 lines
155 B
Lua
|
return {
|
||
|
"folke/zen-mode.nvim",
|
||
|
event = "VeryLazy",
|
||
|
opts = {},
|
||
|
keys = {
|
||
|
{ "<leader>zz", "<cmd>ZenMode<cr>", desc = "Toggle Zen Mode" },
|
||
|
},
|
||
|
}
|