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/ale.vim | 2 ++ 1 file changed, 2 insertions(+) (limited to '.vim/after/plugin/ale.vim') diff --git a/.vim/after/plugin/ale.vim b/.vim/after/plugin/ale.vim index 9a61ab0..87d0c96 100644 --- a/.vim/after/plugin/ale.vim +++ b/.vim/after/plugin/ale.vim @@ -25,3 +25,5 @@ let g:airline#extensions#ale#enabled = 1 nmap [g (ale_previous_wrap) nmap ]g (ale_next_wrap) + +packadd ale -- cgit v1.2.3