From d2ed291c5f9db11e0d1b227f05464e8bb4704867 Mon Sep 17 00:00:00 2001 From: Guangxiong Lin Date: Tue, 10 May 2022 00:00:28 +0800 Subject: Reduce the extensions loaded by airline (vim) --- .vim/after/plugin/ale.vim | 2 -- 1 file changed, 2 deletions(-) (limited to '.vim/after/plugin/ale.vim') diff --git a/.vim/after/plugin/ale.vim b/.vim/after/plugin/ale.vim index 1b11e5c..104823b 100644 --- a/.vim/after/plugin/ale.vim +++ b/.vim/after/plugin/ale.vim @@ -11,8 +11,6 @@ let g:ale_linters = { \ 'go': ['gopls'], \ } -let g:airline#extensions#ale#enabled = 1 - nmap [g (ale_previous_wrap) nmap ]g (ale_next_wrap) -- cgit v1.2.3