diff options
author | christianchiarulli <[email protected]> | 2021-07-07 00:02:31 -0400 |
---|---|---|
committer | christianchiarulli <[email protected]> | 2021-07-07 00:02:31 -0400 |
commit | 796b6dec277bfec1cd2d0d4ae531b5a1388bd4b6 (patch) | |
tree | 6fe30e79d5ae646689563f5848f16b24d0ce1a5c /lua/plugins.lua | |
parent | 01fc816f3111c629f07dbc66bfc70524b2f06457 (diff) | |
parent | 000920beaad3f64f6b9dfce6f131857267cebc47 (diff) |
Merge branch 'master' of github.com:ChristianChiarulli/LunarVim into stable
Diffstat (limited to 'lua/plugins.lua')
-rw-r--r-- | lua/plugins.lua | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lua/plugins.lua b/lua/plugins.lua index a637cba4..0db3eaee 100644 --- a/lua/plugins.lua +++ b/lua/plugins.lua @@ -38,7 +38,7 @@ return require("packer").startup(function(use) use { "nvim-telescope/telescope.nvim", config = [[require('lv-telescope')]], - event = "BufEnter", + --event = "BufEnter", } -- Autocomplete |