This commit is contained in:
Joey Payne 2019-07-12 18:38:27 -06:00
commit b22da1c1d7
4 changed files with 56 additions and 9 deletions

View file

@ -441,5 +441,6 @@ set noshowmode
au User asyncomplete_setup call asyncomplete#register_source({
\ 'name': 'nim',
\ 'whitelist': ['nim'],
\ 'triggers': {'*': ['.'] },
\ 'completor': {opt, ctx -> nim#suggest#sug#GetAllCandidates({start, candidates -> asyncomplete#complete(opt['name'], ctx, start, candidates)})}
\ })