From fa4ed7110184fad7a3ec5d21cb9eeb067eeeb93b Mon Sep 17 00:00:00 2001 From: rootiest Date: Wed, 17 Jul 2024 14:57:21 -0400 Subject: [PATCH] =?UTF-8?q?=F0=9F=97=91=EF=B8=8F=20Remove=20redundant=20li?= =?UTF-8?q?nes?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - Plugins no longer re-using defaults --- lua/plugins/editor.lua | 1 - lua/plugins/util.lua | 1 - lua/ui/dashboard.lua | 1 - lua/ui/ui.lua | 1 - 4 files changed, 4 deletions(-) diff --git a/lua/plugins/editor.lua b/lua/plugins/editor.lua index d89b7c9..3350524 100644 --- a/lua/plugins/editor.lua +++ b/lua/plugins/editor.lua @@ -32,7 +32,6 @@ return { }, { "gorbit99/codewindow.nvim", - version = false, event = "InsertEnter", config = function() require("codewindow").setup({ diff --git a/lua/plugins/util.lua b/lua/plugins/util.lua index ca747b9..e37f427 100644 --- a/lua/plugins/util.lua +++ b/lua/plugins/util.lua @@ -55,7 +55,6 @@ return { }, { "samjwill/nvim-unception", - lazy = false, init = function() vim.g.unception_block_while_host_edits = true end, diff --git a/lua/ui/dashboard.lua b/lua/ui/dashboard.lua index 43deb35..986fe1e 100644 --- a/lua/ui/dashboard.lua +++ b/lua/ui/dashboard.lua @@ -3,7 +3,6 @@ -- ----------------------------------------------------------------------------- return { "nvimdev/dashboard-nvim", - lazy = false, opts = function() if vim.fn.winheight(0) >= 80 and vim.fn.winwidth(0) >= 80 then LOGO = table.concat( diff --git a/lua/ui/ui.lua b/lua/ui/ui.lua index 7a75a10..9c47ed6 100644 --- a/lua/ui/ui.lua +++ b/lua/ui/ui.lua @@ -92,7 +92,6 @@ return { }, { "akinsho/toggleterm.nvim", - version = false, event = "VeryLazy", config = function() require("toggleterm").setup({