Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

deoplete source: expose relevant asynccomplete configuration options #88

Open
bb010g opened this issue Apr 22, 2020 · 0 comments
Open

Comments

@bb010g
Copy link

bb010g commented Apr 22, 2020

Here's a draft mapping from the asyncomplete option set to deoplete:

deoplete#custom#var('tmux-complete', 'splitmode', 'words')
" (Currently a default of v:false for deoplete)
deoplete#custom#var('tmux-complete', 'filter-prefix', v:true)
deoplete#custom#var('tmux-complete', 'show_incomplete', v:true)
" It seems like this could be better named,
" as it removes duplicate matches more than it sorts.
deoplete#custom#var('tmux-complete', 'sort_candidates', v:false)
deoplete#custom#var('tmux-complete', 'scrollback', 0)
deoplete#custom#var('tmux-complete', 'truncate', 0)

It doesn't look like anything is subsumed by deoplete functionality.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant