mirror of
https://github.com/LazyVim/LazyVim.git
synced 2026-07-25 14:01:06 +00:00
feat(zen): add zen mode
This commit is contained in:
parent
79b7c489fd
commit
fe72cc777c
1 changed files with 8 additions and 0 deletions
8
lua/lazyvim/plugins/extras/ui/zen.lua
Normal file
8
lua/lazyvim/plugins/extras/ui/zen.lua
Normal file
|
|
@ -0,0 +1,8 @@
|
||||||
|
return {
|
||||||
|
"folke/twilight.nvim",
|
||||||
|
{
|
||||||
|
"folke/zen-mode.nvim",
|
||||||
|
cmd = "ZenMode",
|
||||||
|
keys = { { "<leader>uz", "<cmd>ZenMode<cr>", desc = "Zen Mode" } },
|
||||||
|
}
|
||||||
|
}
|
||||||
Loading…
Add table
Reference in a new issue