summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGustaf Rydholm <gustaf.rydholm@gmail.com>2022-01-15 15:52:31 +0100
committerGustaf Rydholm <gustaf.rydholm@gmail.com>2022-01-15 15:52:31 +0100
commit2b1fc1e6c318cf8f834fc80e8b56b4c58788776c (patch)
treead5592b5f0b3ae66d29697115200fe79bc084b1c
parentf68d488b275db7be566de6607d6cf583f25dfb10 (diff)
Remove default config for zen mode in plugins
-rw-r--r--lua/plugins.lua11
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" },
{