🐇 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
+2
View File
@@ -33,6 +33,7 @@ return {
{
"gorbit99/codewindow.nvim",
version = false,
event = "InsertEnter",
config = function()
require("codewindow").setup({
active_in_terminals = false, -- Should the minimap activate for terminal buffers
@@ -67,6 +68,7 @@ return {
},
{
"amitds1997/remote-nvim.nvim",
event = "VeryLazy",
version = "*", -- Pin to GitHub releases
dependencies = {
"nvim-lua/plenary.nvim", -- For standard functions