feat: lazy loading plugins

pull/98/head
fm39hz-workstation 2024-05-15 08:39:12 +07:00
parent 7d2f353bc0
commit 0f76de3770
6 changed files with 12 additions and 0 deletions

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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