diff options
author | Shougo Matsushita <Shougo.Matsu@gmail.com> | 2016-06-20 19:51:06 +0900 |
---|---|---|
committer | Shougo Matsushita <Shougo.Matsu@gmail.com> | 2016-06-20 19:51:06 +0900 |
commit | 5d267d546f44e621ab0580117c8e61d0cbd8ceac (patch) | |
tree | fb16284df140d921026504b6092d65c7d14a5fa3 | |
parent | 98f97b368e536dea4254956d70e2d685241d9126 (diff) | |
download | deoplete.nvim-5d267d546f44e621ab0580117c8e61d0cbd8ceac.zip |
Add FAQ
-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: |