From 6e2c98f40178c4d56dbd1c548dad266bfc88f9c9 Mon Sep 17 00:00:00 2001 From: jdhao Date: Sun, 1 Nov 2020 18:42:24 +0800 Subject: [PATCH] enable airline gutentags extension --- core/plugins.vim | 1 + 1 file changed, 1 insertion(+) diff --git a/core/plugins.vim b/core/plugins.vim index 55d896a..c0796c8 100644 --- a/core/plugins.vim +++ b/core/plugins.vim @@ -757,6 +757,7 @@ let g:airline#extensions#tabline#buffer_nr_format = '%s. ' " Whether to show function or other tags on status line let g:airline#extensions#tagbar#enabled = 1 let g:airline#extensions#vista#enabled = 1 +let g:airline#extensions#gutentags#enabled = 1 " Do not show search index in statusline since it is shown on command line let g:airline#extensions#anzu#enabled = 0