diff options
Diffstat (limited to 'lua/plugins/example.lua')
| -rw-r--r-- | lua/plugins/example.lua | 32 | 
1 files changed, 16 insertions, 16 deletions
diff --git a/lua/plugins/example.lua b/lua/plugins/example.lua index 928c8b9..ac60690 100644 --- a/lua/plugins/example.lua +++ b/lua/plugins/example.lua @@ -6,26 +6,26 @@  -- * override the configuration of LazyVim plugins  return {    -- change trouble config -  { -    "folke/trouble.nvim", -    -- config = { use_diagnostic_signs = true }, -  }, +  -- { +  --   "folke/trouble.nvim", +  --   config = { use_diagnostic_signs = true }, +  -- },    -- add symbols-outline -  { -    "simrat39/symbols-outline.nvim", -    cmd = "SymbolsOutline", -    keys = { { "<leader>cs", "<cmd>SymbolsOutline<cr>", desc = "Symbols Outline" } }, -    config = true, -  }, +  -- { +  --   "simrat39/symbols-outline.nvim", +  --   cmd = "SymbolsOutline", +  --   keys = { { "<leader>cs", "<cmd>SymbolsOutline<cr>", desc = "Symbols Outline" } }, +  --   config = true, +  -- },    -- add zen-mode -  { -    "folke/zen-mode.nvim", -    cmd = "ZenMode", -    config = true, -    keys = { { "<leader>z", "<cmd>ZenMode<cr>", desc = "Zen Mode" } }, -  }, +  -- { +  --   "folke/zen-mode.nvim", +  --   cmd = "ZenMode", +  --   config = true, +  --   keys = { { "<leader>z", "<cmd>ZenMode<cr>", desc = "Zen Mode" } }, +  -- },    -- use mini.starter instead of alpha    -- { "goolord/alpha-nvim", enabled = false },  | 
