🗑️ Remove redundant lines

- Plugins no longer re-using defaults
This commit is contained in:
2024-07-17 14:57:21 -04:00
parent 4d9175837d
commit fa4ed71101
4 changed files with 0 additions and 4 deletions
-1
View File
@@ -32,7 +32,6 @@ return {
},
{
"gorbit99/codewindow.nvim",
version = false,
event = "InsertEnter",
config = function()
require("codewindow").setup({
-1
View File
@@ -55,7 +55,6 @@ return {
},
{
"samjwill/nvim-unception",
lazy = false,
init = function()
vim.g.unception_block_while_host_edits = true
end,
-1
View File
@@ -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(
-1
View File
@@ -92,7 +92,6 @@ return {
},
{
"akinsho/toggleterm.nvim",
version = false,
event = "VeryLazy",
config = function()
require("toggleterm").setup({