🗑️ Remove redundant lines
- Plugins no longer re-using defaults
This commit is contained in:
@@ -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(
|
||||
|
||||
@@ -92,7 +92,6 @@ return {
|
||||
},
|
||||
{
|
||||
"akinsho/toggleterm.nvim",
|
||||
version = false,
|
||||
event = "VeryLazy",
|
||||
config = function()
|
||||
require("toggleterm").setup({
|
||||
|
||||
Reference in New Issue
Block a user