From 37167e63d0ff27a30c6d66c5d8aaf7d3b3d50e51 Mon Sep 17 00:00:00 2001 From: rootiest Date: Wed, 17 Jul 2024 05:53:21 -0400 Subject: [PATCH] =?UTF-8?q?=F0=9F=A7=99=20Zen=20Mode?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - Add Zen Mode feature --- lua/plugins/editor.lua | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/lua/plugins/editor.lua b/lua/plugins/editor.lua index 7e4ebf0..7bb5c12 100644 --- a/lua/plugins/editor.lua +++ b/lua/plugins/editor.lua @@ -108,4 +108,9 @@ return { "tris203/precognition.nvim", event = "VeryLazy", }, + { + "folke/zen-mode.nvim", + event = "VeryLazy", + opts = {}, + }, }