From 9b9dfb9cc52f394466ca8c94aa88960ef09c77af Mon Sep 17 00:00:00 2001 From: Chris Date: Tue, 31 Mar 2020 16:14:42 -0400 Subject: big update --- modules/deoplete.vim | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) (limited to 'modules/deoplete.vim') diff --git a/modules/deoplete.vim b/modules/deoplete.vim index 7498329d..4023f5fc 100644 --- a/modules/deoplete.vim +++ b/modules/deoplete.vim @@ -26,9 +26,11 @@ inoremap pumvisible() ? "\" : "\" inoremap deoplete#smart_close_popup()."\" -call deoplete#custom#option('sources', { - \ 'python': ['file', 'LanguageClient', 'neosnippet'], - \ }) +" Only get completion candidates from these +"call deoplete#custom#option('sources', { + "\ 'python': ['file', 'LanguageClient', 'neosnippet'], + "\ }) + " Sort matches alphabetically call deoplete#custom#source('_', 'sorters', ['sorter_word']) " Disable shorter or equal length matches -- cgit v1.2.3