From 0067fb860cd87649bd511e21d23c1cadab32f9ce Mon Sep 17 00:00:00 2001 From: Michael Mandl Date: Fri, 23 Oct 2020 13:59:31 +0200 Subject: [PATCH] Ignore around and buffer sources in deoplete --- nvim/init.vim | 1 + 1 file changed, 1 insertion(+) diff --git a/nvim/init.vim b/nvim/init.vim index 4fa9f59..c5efd5b 100644 --- a/nvim/init.vim +++ b/nvim/init.vim @@ -130,6 +130,7 @@ let g:deoplete#enable_at_startup = 1 silent! call deoplete#custom#source('_', 'matchers', ['matcher_full_fuzzy']) silent! call deoplete#custom#option({ \ 'smart_case': v:true, + \ 'ignore_sources': {'_': ['around', 'buffer']}, \ }) augroup close_preview