🐇 Lazy Efficiency 💤

- Made tweaks to plugin loading triggers that decreased loading time by
nearly half!
- On my system:
  - Previously: ~89ms
  - Now:        ~52ms
This commit is contained in:
2024-07-17 06:34:33 -04:00
parent dac0a8b790
commit c5610a92fe
5 changed files with 21 additions and 14 deletions
+4 -1
View File
@@ -3,10 +3,13 @@ return {
{ import = "lazyvim.plugins.extras.ui.mini-animate" },
{
"xiyaowong/transparent.nvim",
event = "VeryLazy",
config = true,
},
{
"gen740/SmoothCursor.nvim",
event = "InsertEnter",
lazy = true,
config = function()
require("smoothcursor").setup({
type = "default",
@@ -90,7 +93,7 @@ return {
{
"akinsho/toggleterm.nvim",
version = false,
lazy = false,
event = "VeryLazy",
config = function()
require("toggleterm").setup({
-- size can be a number or function which is passed the current terminal