You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have the fuzzy_path source which has trigger characters as ., /, ~. I only want it is triggered on /, I tried to config with completion = { get_trigger_characters: ... }, but that is for all completion sources and will be overwritten by each source. Is there a way to do it for each complete source?
The text was updated successfully, but these errors were encountered:
I think I found a workaround. I overwrite the function before calling cmp.setup. I think this will work because lua will cache the module, and the source registering happens after we loaded all plugins
I have the
fuzzy_path
source which has trigger characters as.
,/
,~
. I only want it is triggered on/
, I tried to config withcompletion = { get_trigger_characters: ... }
, but that is for all completion sources and will be overwritten by each source. Is there a way to do it for each complete source?The text was updated successfully, but these errors were encountered: