add ZenMode keymapping
This commit is contained in:
parent
2da8bb32c7
commit
4449e70b05
|
@ -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",
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue