Update
This commit is contained in:
parent
783636b4f7
commit
b22da1c1d7
4 changed files with 56 additions and 9 deletions
|
|
@ -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)})}
|
||||
\ })
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue