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 = {}, + }, }