From 584eb5e984cc4134491452b106adae32aac95c5d Mon Sep 17 00:00:00 2001 From: Guangxiong Lin Date: Tue, 8 Nov 2022 21:56:19 +0800 Subject: Disable markdown buffer complete in asyncomplete.vim --- .vim/after/plugin/asyncomplete.vim | 1 + 1 file changed, 1 insertion(+) (limited to '.vim/after/plugin') diff --git a/.vim/after/plugin/asyncomplete.vim b/.vim/after/plugin/asyncomplete.vim index 9ede076..193364d 100644 --- a/.vim/after/plugin/asyncomplete.vim +++ b/.vim/after/plugin/asyncomplete.vim @@ -40,6 +40,7 @@ packadd asyncomplete-buffer.vim au User asyncomplete_setup call asyncomplete#register_source(asyncomplete#sources#buffer#get_source_options({ \ 'name': 'buffer', \ 'allowlist': ['*'], + \ 'blocklist': ['markdown'], \ 'completor': function('asyncomplete#sources#buffer#completor'), \ 'config': { \ 'max_buffer_size': 5000000, -- cgit v1.2.3