diff options
Diffstat (limited to '.vim/after/plugin/asyncomplete.vim')
-rw-r--r-- | .vim/after/plugin/asyncomplete.vim | 1 |
1 files changed, 1 insertions, 0 deletions
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, |