summaryrefslogtreecommitdiff
path: root/lua/plugins.lua
diff options
context:
space:
mode:
Diffstat (limited to 'lua/plugins.lua')
-rw-r--r--lua/plugins.lua5
1 files changed, 3 insertions, 2 deletions
diff --git a/lua/plugins.lua b/lua/plugins.lua
index 341be8fa..6203c2f2 100644
--- a/lua/plugins.lua
+++ b/lua/plugins.lua
@@ -390,8 +390,9 @@ return require("packer").startup(function(use)
-- Lush Create Color Schemes
use {
"rktjmp/lush.nvim",
- cmd = {"LushRunQuickstart", "LushRunTutorial", "Lushify"},
- disable = not O.plugin.lush.active,
+ event = "VimEnter",
+ -- cmd = {"LushRunQuickstart", "LushRunTutorial", "Lushify"},
+ -- disable = not O.plugin.lush.active,
}
-- HTML preview
use {