diff options
Diffstat (limited to 'lua/plugins/editor.lua')
| -rw-r--r-- | lua/plugins/editor.lua | 29 | 
1 files changed, 0 insertions, 29 deletions
diff --git a/lua/plugins/editor.lua b/lua/plugins/editor.lua deleted file mode 100644 index c9ff400..0000000 --- a/lua/plugins/editor.lua +++ /dev/null @@ -1,29 +0,0 @@ --- every spec file under config.plugins will be loaded automatically by lazy.nvim --- --- In your plugin files, you can: --- * add extra plugins --- * disable/enabled LazyVim plugins --- * override the configuration of LazyVim plugins -return { -  -- change trouble config -  -- { -  --   "folke/trouble.nvim", -  --   opts = { use_diagnostic_signs = true }, -  -- }, - -  -- add symbols-outline -  -- { -  --   "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" } }, -  -- }, -}  | 
