diff options
| author | christianchiarulli <[email protected]> | 2021-07-10 00:09:54 -0400 | 
|---|---|---|
| committer | christianchiarulli <[email protected]> | 2021-07-10 00:09:54 -0400 | 
| commit | e75c9c0d20b563f1b36fe517d24447a84b7dd662 (patch) | |
| tree | 5edc201e22ec01e57c01e44c93447b56358c0f3d /lua | |
| parent | a34b0836c0cbe618e57d2d5076d44a8f8fcec8c2 (diff) | |
lazyload galaxyline
Diffstat (limited to 'lua')
| -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 { | 
