🗑️ Remove redundant lines
- Plugins no longer re-using defaults
This commit is contained in:
@@ -32,7 +32,6 @@ return {
|
||||
},
|
||||
{
|
||||
"gorbit99/codewindow.nvim",
|
||||
version = false,
|
||||
event = "InsertEnter",
|
||||
config = function()
|
||||
require("codewindow").setup({
|
||||
|
||||
@@ -55,7 +55,6 @@ return {
|
||||
},
|
||||
{
|
||||
"samjwill/nvim-unception",
|
||||
lazy = false,
|
||||
init = function()
|
||||
vim.g.unception_block_while_host_edits = true
|
||||
end,
|
||||
|
||||
@@ -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