diff options
-rw-r--r-- | lua/plugins.lua | 11 |
1 files changed, 1 insertions, 10 deletions
diff --git a/lua/plugins.lua b/lua/plugins.lua index 64447a0..66ce44c 100644 --- a/lua/plugins.lua +++ b/lua/plugins.lua @@ -43,16 +43,7 @@ return { { "goolord/alpha-nvim" }, { "antoinemadec/FixCursorHold.nvim" }, -- This is needed to fix lsp doc highlight { "folke/which-key.nvim" }, - { - "folke/zen-mode.nvim", - config = function() - require("zen-mode").setup({ - -- your configuration comes here - -- or leave it empty to use the default settings - -- refer to the configuration section below - }) - end, - }, + { "folke/zen-mode.nvim" }, { "windwp/nvim-spectre" }, { "phaazon/hop.nvim" }, { |