vim: lazy load completion plugins
This commit is contained in:
parent
ac908c841c
commit
ab272fd138
1 changed files with 2 additions and 0 deletions
|
@ -12,6 +12,8 @@ M.dependencies = {
|
|||
'saadparwaiz1/cmp_luasnip',
|
||||
}
|
||||
|
||||
M.event = 'InsertEnter'
|
||||
|
||||
local repeat_mapping = function(value, keys)
|
||||
local tbl = {}
|
||||
for _, k in ipairs(keys) do tbl[k] = value end
|
||||
|
|
Loading…
Add table
Reference in a new issue