- Notifications
You must be signed in to change notification settings - Fork5
prabirshrestha/asyncomplete-neosnippet.vim
Folders and files
| Name | Name | Last commit message | Last commit date | |
|---|---|---|---|---|
Repository files navigation
ProvideNeosnippet autocompletion source forasyncomplete.vim
Plug'prabirshrestha/asyncomplete.vim'Plug'Shougo/neosnippet.vim'Plug'Shougo/neosnippet-snippets'Plug'prabirshrestha/asyncomplete-neosnippet.vim'
Shougo/neosnippet-snippets is optional. Please refer to neosnippet documentation on how to corretly configure neosnippet.
callasyncomplete#register_source(asyncomplete#sources#neosnippet#get_source_options({\'name':'neosnippet',\'allowlist': ['*'],\'completor':function('asyncomplete#sources#neosnippet#completor'),\}))
To setup the snippet trigger refer to the neosnippet documentation. Here is an example:
imap<C-k><Plug>(neosnippet_expand_or_jump)smap<C-k><Plug>(neosnippet_expand_or_jump)xmap<C-k><Plug>(neosnippet_expand_target)
About
provides neosnippet autocomplete for asyncomplete.vim
Topics
Resources
Uh oh!
There was an error while loading.Please reload this page.
Stars
Watchers
Forks
Releases
No releases published
Packages0
No packages published
Uh oh!
There was an error while loading.Please reload this page.
Contributors4
Uh oh!
There was an error while loading.Please reload this page.