diff options
author | Chris <[email protected]> | 2021-07-02 12:28:16 -0400 |
---|---|---|
committer | Chris <[email protected]> | 2021-07-02 12:28:16 -0400 |
commit | c71db745747c79b2547e0e837e134b9260c51958 (patch) | |
tree | 787bf32275393c27ce09c7d092858c244853c58a /lua/plugins.lua | |
parent | 52020733da76a6ce04ca3b46f614975eab0ff1d3 (diff) |
more lush support
Diffstat (limited to 'lua/plugins.lua')
-rw-r--r-- | lua/plugins.lua | 5 |
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 { |