feat: lazy loading plugins

pull/99/head
fm39hz-workstation 2024-05-15 08:39:12 +07:00 committed by fm39hz-laptop
parent ac7ae530e1
commit 31b3fef985
6 changed files with 12 additions and 0 deletions

View File

@ -1,6 +1,8 @@
return { return {
{ {
"numToStr/Comment.nvim", "numToStr/Comment.nvim",
lazy = true,
event = "VeryLazy",
opts = {}, opts = {},
}, },
} }

View File

@ -1,6 +1,8 @@
return { return {
{ {
"stevearc/oil.nvim", "stevearc/oil.nvim",
lazy = true,
cmd = "Oil",
opts = {}, opts = {},
dependencies = { "nvim-tree/nvim-web-devicons" }, dependencies = { "nvim-tree/nvim-web-devicons" },
}, },

View File

@ -1,6 +1,8 @@
return { return {
{ {
"f-person/git-blame.nvim", "f-person/git-blame.nvim",
lazy = true,
event = "VeryLazy",
opts = {}, opts = {},
}, },
} }

View File

@ -1,5 +1,7 @@
return { return {
{ {
"Darazaki/indent-o-matic", "Darazaki/indent-o-matic",
lazy = true,
event = "InsertEnter",
}, },
} }

View File

@ -1,5 +1,7 @@
return { return {
{ {
"opdavies/toggle-checkbox.nvim", "opdavies/toggle-checkbox.nvim",
lazy = true,
event = "VeryLazy",
}, },
} }

View File

@ -1,6 +1,8 @@
return { return {
{ {
"yujinyuz/gitpad.nvim", "yujinyuz/gitpad.nvim",
lazy = true,
event = "VeryLazy",
opts = { opts = {
title = "Note", title = "Note",
border = "rounded", border = "rounded",