From 2a32c8ba76d8d7e1f6e617849153113dd447fdf3 Mon Sep 17 00:00:00 2001 From: Guangxiong Lin Date: Mon, 4 Apr 2022 21:07:00 +0800 Subject: Load ale after config is loaded (vim) Some config should be set before ale is loaded. --- .vim/after/plugin/minpac.vim | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to '.vim/after/plugin/minpac.vim') diff --git a/.vim/after/plugin/minpac.vim b/.vim/after/plugin/minpac.vim index b07374a..50d839c 100644 --- a/.vim/after/plugin/minpac.vim +++ b/.vim/after/plugin/minpac.vim @@ -17,7 +17,7 @@ function! InitMinpac() abort call minpac#add('https://github.com/ycm-core/YouCompleteMe', \ {'do': function('s:build_ycm')}) - call minpac#add('https://github.com/dense-analysis/ale.git') + call minpac#add('https://github.com/dense-analysis/ale.git', {'type': 'opt'}) call minpac#add('https://github.com/SirVer/ultisnips.git', {'type': 'opt'}) call minpac#add('https://github.com/honza/vim-snippets') -- cgit v1.2.3