Remove the deoplate cache_limit variable as this is no longer used by the plugin

This commit is contained in:
Kevin MacMartin 2019-05-10 21:48:29 -04:00
parent 3c5a491718
commit 3469579747

View file

@ -5,5 +5,4 @@ endif
if !g:disablecompletion && g:python_neovim if !g:disablecompletion && g:python_neovim
let g:deoplete#enable_at_startup = 1 let g:deoplete#enable_at_startup = 1
let deoplete#tag#cache_limit_size = 5000000
endif endif