add ZenMode keymapping

This commit is contained in:
Alexander 2023-03-13 16:21:16 +01:00
parent 2da8bb32c7
commit 4449e70b05
1 changed files with 4 additions and 0 deletions

View File

@ -2,6 +2,10 @@
-- I promise not to create any merge conflicts in this directory :)
--
-- See the kickstart.nvim README for more information
vim.keymap.set("n", "<leader>zz", function()
require("zen-mode").toggle()
end)
return {
"folke/zen-mode.nvim",
}