added zen mode plugin for neovim

This commit is contained in:
aminnairi
2024-01-13 20:00:23 +01:00
parent 1f08544eb2
commit 4398379fa6
@@ -0,0 +1,5 @@
return {
"folke/zen-mode.nvim",
event = "VeryLazy",
opts = {}
}