🗑️ Remove redundant lines
- Plugins no longer re-using defaults
This commit is contained in:
@@ -32,7 +32,6 @@ return {
|
|||||||
},
|
},
|
||||||
{
|
{
|
||||||
"gorbit99/codewindow.nvim",
|
"gorbit99/codewindow.nvim",
|
||||||
version = false,
|
|
||||||
event = "InsertEnter",
|
event = "InsertEnter",
|
||||||
config = function()
|
config = function()
|
||||||
require("codewindow").setup({
|
require("codewindow").setup({
|
||||||
|
|||||||
@@ -55,7 +55,6 @@ return {
|
|||||||
},
|
},
|
||||||
{
|
{
|
||||||
"samjwill/nvim-unception",
|
"samjwill/nvim-unception",
|
||||||
lazy = false,
|
|
||||||
init = function()
|
init = function()
|
||||||
vim.g.unception_block_while_host_edits = true
|
vim.g.unception_block_while_host_edits = true
|
||||||
end,
|
end,
|
||||||
|
|||||||
@@ -3,7 +3,6 @@
|
|||||||
-- -----------------------------------------------------------------------------
|
-- -----------------------------------------------------------------------------
|
||||||
return {
|
return {
|
||||||
"nvimdev/dashboard-nvim",
|
"nvimdev/dashboard-nvim",
|
||||||
lazy = false,
|
|
||||||
opts = function()
|
opts = function()
|
||||||
if vim.fn.winheight(0) >= 80 and vim.fn.winwidth(0) >= 80 then
|
if vim.fn.winheight(0) >= 80 and vim.fn.winwidth(0) >= 80 then
|
||||||
LOGO = table.concat(
|
LOGO = table.concat(
|
||||||
|
|||||||
@@ -92,7 +92,6 @@ return {
|
|||||||
},
|
},
|
||||||
{
|
{
|
||||||
"akinsho/toggleterm.nvim",
|
"akinsho/toggleterm.nvim",
|
||||||
version = false,
|
|
||||||
event = "VeryLazy",
|
event = "VeryLazy",
|
||||||
config = function()
|
config = function()
|
||||||
require("toggleterm").setup({
|
require("toggleterm").setup({
|
||||||
|
|||||||
Reference in New Issue
Block a user