diff options
| -rw-r--r-- | lua/plugins.lua | 3 | 
1 files changed, 2 insertions, 1 deletions
| diff --git a/lua/plugins.lua b/lua/plugins.lua index 1fb28095..3b776b7c 100644 --- a/lua/plugins.lua +++ b/lua/plugins.lua @@ -124,7 +124,8 @@ return require("packer").startup(function(use)      config = function()        require "lv-galaxyline"      end, -    -- event = "VimEnter", +    event = "BufWinEnter", +    disable = not O.plugin.galaxyline.active,    }    use { | 
