diff options
author | christianchiarulli <[email protected]> | 2021-06-28 12:56:05 -0400 |
---|---|---|
committer | christianchiarulli <[email protected]> | 2021-06-28 12:56:05 -0400 |
commit | f99f1858843128976e4b6cd1cd8b2de96af7d2a9 (patch) | |
tree | 55f2158ffa6f96eb151ab0e4abc2c1cea21b7e32 /lua/plugins.lua | |
parent | 20064600161ad27980c4a32c647c695520e4fb2c (diff) |
update plugin config
Diffstat (limited to 'lua/plugins.lua')
-rw-r--r-- | lua/plugins.lua | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/lua/plugins.lua b/lua/plugins.lua index 952f8f92..32822d65 100644 --- a/lua/plugins.lua +++ b/lua/plugins.lua @@ -64,7 +64,6 @@ return require("packer").startup(function(use) config = function() require('lv-which-key').config() end, - event = "BufRead" } -- Autopairs |