mirror of
https://github.com/pojokcodeid/nvim-lazy.git
synced 2025-06-22 08:53:31 +02:00
enc: add zen mode
This commit is contained in:
parent
dfe7507f5a
commit
4bd49ca963
2 changed files with 11 additions and 2 deletions
8
lua/custom/plugins/zenmode.lua
Normal file
8
lua/custom/plugins/zenmode.lua
Normal file
|
@ -0,0 +1,8 @@
|
|||
return {
|
||||
"folke/zen-mode.nvim",
|
||||
event = "VeryLazy",
|
||||
opts = {},
|
||||
keys = {
|
||||
{ "<leader>zz", "<cmd>ZenMode<cr>", desc = "Toggle Zen Mode" },
|
||||
},
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue