Skip to content

Commit

Permalink
perf: set appropiate/missing lazy loading events
Browse files Browse the repository at this point in the history
  • Loading branch information
manuuurino authored and mehalter committed Apr 10, 2024
1 parent f2d802f commit 69b6797
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ return {
{
"HiPhish/rainbow-delimiters.nvim",
dependencies = "nvim-treesitter/nvim-treesitter",
event = "VeryLazy",
event = "User AstroFile",
main = "rainbow-delimiters.setup",
},
{
Expand Down
1 change: 1 addition & 0 deletions lua/astrocommunity/editing-support/true-zen-nvim/init.lua
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
return {
"Pocco81/true-zen.nvim",
lazy = true,
dependencies = {
{
"AstroNvim/astrocore",
Expand Down
2 changes: 1 addition & 1 deletion lua/astrocommunity/editing-support/vim-move/init.lua
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
return {
"matze/vim-move",
event = "BufEnter",
event = { "User AstroFile", "InsertEnter" },
}
1 change: 1 addition & 0 deletions lua/astrocommunity/lsp/garbage-day-nvim/init.lua
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
return {
"zeioth/garbage-day.nvim",
opts = {},
event = "User AstroLspSetup",
}
1 change: 1 addition & 0 deletions lua/astrocommunity/lsp/lsp-inlayhints-nvim/init.lua
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
return {
{
"lvimuser/lsp-inlayhints.nvim",
lazy = true,
dependencies = {
"AstroNvim/astrocore",
opts = {
Expand Down

0 comments on commit 69b6797

Please sign in to comment.