feat: change change lazy load default

pull/99/head
fm39hz-workstation 2024-05-21 11:19:39 +07:00 committed by fm39hz-laptop
parent 2233227300
commit bce7d6304f
9 changed files with 2 additions and 18 deletions

View File

@ -24,7 +24,7 @@ require("lazy").setup({
defaults = {
-- By default, only LazyVim plugins will be lazy-loaded. Your custom plugins will load during startup.
-- If you know what you're doing, you can set this to `true` to have all your custom plugins lazy-loaded by default.
lazy = false,
lazy = true,
-- It's recommended to leave version=false for now, since a lot the plugin that support versioning,
-- have outdated releases, which may break your Neovim install.
version = false, -- always use the latest git commit

View File

@ -1,7 +1,6 @@
return {
{
"kawre/leetcode.nvim",
lazy = true,
cmd = "Leet",
opts = {
non_standalone = true,

View File

@ -1,7 +1,6 @@
return {
{
"jbyuki/instant.nvim",
lazy = true,
cmd = {
"InstantStartServer",
"InstantStopServer",
@ -9,7 +8,6 @@ return {
},
{
"mistricky/codesnap.nvim",
lazy = true,
build = "make",
cmd = {
"CodeSnap",

View File

@ -2,7 +2,6 @@ return {
-- Overall
{
"Zeioth/compiler.nvim",
lazy = true,
cmd = { "CompilerOpen", "CompilerToggleResults", "CompilerRedo" },
dependencies = {
"stevearc/overseer.nvim",
@ -11,7 +10,6 @@ return {
},
{
"stevearc/overseer.nvim",
lazy = true,
cmd = { "CompilerOpen", "CompilerToggleResults", "CompilerRedo" },
opts = {
task_list = {
@ -25,7 +23,6 @@ return {
-- TS / JS
{
"dmmulroy/tsc.nvim",
lazy = true,
cmd = "TSC",
opts = {
use_trouble_qflist = true,
@ -33,7 +30,6 @@ return {
},
{
"dmmulroy/ts-error-translator.nvim",
lazy = true,
ft = { "ts", "tsx" },
},
}

View File

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

View File

@ -1,7 +1,6 @@
return {
{
"f-person/git-blame.nvim",
lazy = true,
event = "BufReadPre",
opts = {
date_format = "%x • %X",

View File

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

View File

@ -1,12 +1,10 @@
return {
{
"opdavies/toggle-checkbox.nvim",
lazy = true,
ft = "markdown",
},
{
"yujinyuz/gitpad.nvim",
lazy = true,
opts = {
title = "Note",
border = "rounded",
@ -15,7 +13,6 @@ return {
},
{
"jmbuhr/otter.nvim",
lazy = true,
ft = "markdown",
dependencies = {
"hrsh7th/nvim-cmp", -- optional, for completion
@ -25,11 +22,11 @@ return {
},
{
"3rd/image.nvim",
lazy = true,
ft = { "markdown", "quarto", "vimwiki" },
dependencies = {
{
"vhyrro/luarocks.nvim",
lazy = true,
priority = 1001,
opts = {
rocks = { "magick" },

View File

@ -1,7 +1,6 @@
return {
{
"neanias/everforest-nvim",
lazy = true,
opts = {
background = "medium",
},
@ -18,7 +17,6 @@ return {
-- },
{
"brenoprata10/nvim-highlight-colors",
lazy = true,
event = "BufReadPre",
opts = {
render = "virtual",
@ -28,7 +26,6 @@ return {
},
{
"kevinhwang91/nvim-ufo",
lazy = true,
event = "BufReadPre",
},
}