aboutsummaryrefslogtreecommitdiff
path: root/.vim/after/plugin/ale.vim
diff options
context:
space:
mode:
authorGuangxiong Lin <[email protected]>2022-04-04 21:07:00 +0800
committerGuangxiong Lin <[email protected]>2022-04-04 21:07:00 +0800
commit2a32c8ba76d8d7e1f6e617849153113dd447fdf3 (patch)
tree7c60cfd4a34554bc52ff3d9930b67bc5dc463ab9 /.vim/after/plugin/ale.vim
parentda158ff2c2554580918daf250a88e5d18598d6bb (diff)
downloaddotfiles-2a32c8ba76d8d7e1f6e617849153113dd447fdf3.tar.gz
dotfiles-2a32c8ba76d8d7e1f6e617849153113dd447fdf3.tar.bz2
dotfiles-2a32c8ba76d8d7e1f6e617849153113dd447fdf3.zip
Load ale after config is loaded (vim)
Some config should be set before ale is loaded.
Diffstat (limited to '.vim/after/plugin/ale.vim')
-rw-r--r--.vim/after/plugin/ale.vim2
1 files changed, 2 insertions, 0 deletions
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 <silent> [g <Plug>(ale_previous_wrap)
nmap <silent> ]g <Plug>(ale_next_wrap)
+
+packadd ale