diff options
author | Chris <[email protected]> | 2021-08-08 13:38:26 -0400 |
---|---|---|
committer | Chris <[email protected]> | 2021-08-08 13:38:26 -0400 |
commit | f3064248a0ba02b973fbd81f4eb93e18131d2fbc (patch) | |
tree | 43fdb612bfd5c79b07bfeec8ae934730ba6bb848 /lua/plugins.lua | |
parent | 3da49e4be455d72d2a69fb76472c1f022815681b (diff) |
new event for vsnip
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 592ff7e1..30f326cc 100644 --- a/lua/plugins.lua +++ b/lua/plugins.lua @@ -57,7 +57,7 @@ return { { "hrsh7th/vim-vsnip", -- wants = "friendly-snippets", - event = "InsertCharPre", + event = "InsertEnter", }, { "rafamadriz/friendly-snippets", |