diff options
-rw-r--r-- | doc/deoplete.txt | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/doc/deoplete.txt b/doc/deoplete.txt index b2330dd..d6d02bf 100644 --- a/doc/deoplete.txt +++ b/doc/deoplete.txt @@ -1152,5 +1152,12 @@ Q: What about the alphabetical sorting of all entries? A: > call deoplete#custom#set('_', 'sorters', ['sorter_word']) < + +Q: I want to change the UltiSnips source order. + +A: > + call deoplete#custom#set('ultisnips', 'rank', 1000) +< + ============================================================================== vim:tw=78:ts=8:ft=help:norl:noet:fen:noet: |