✏️ Invoked cmp toggle in nvim config.lua

This commit is contained in:
z3rOR0ne 2022-12-10 19:10:44 -08:00
parent c7cbe6a21f
commit a290bdcdf6
2 changed files with 2 additions and 0 deletions

View file

@ -111,6 +111,7 @@ function SetAutoCmp(mode)
Mode = require('cmp.types').cmp.TriggerEvent.TextChanged
end
end
SetAutoCmp(Mode)
local capabilities = require('cmp_nvim_lsp').default_capabilities()