Browse Source

remove deoplete configs

coc
Schneider 5 years ago
parent
commit
10dfa9524c
Signed by: schneider GPG Key ID: 3F50B02A50039F3B
  1. 12
      vim/ftplugin/markdown.vim

12
vim/ftplugin/markdown.vim

@ -9,15 +9,3 @@ let g:ale_lint_on_text_changed=0
let g:ale_fixers = {}
let g:ale_fixers['markdown'] = ['prettier']
let g:ale_fix_on_save = 1
" complete english words
setlocal dictionary+=/usr/share/dict/words
" Remove this if you'd like to use fuzzy search
call deoplete#custom#source(
\ 'dictionary', 'matchers', ['matcher_head'])
" If dictionary is already sorted, no need to sort it again.
call deoplete#custom#source(
\ 'dictionary', 'sorters', [])
" Do not complete too short words
call deoplete#custom#source(
\ 'dictionary', 'min_pattern_length', 4)
Loading…
Cancel
Save