aboutsummaryrefslogtreecommitdiff
path: root/core
diff options
context:
space:
mode:
Diffstat (limited to 'core')
-rw-r--r--core/plugins.vim1
1 files changed, 1 insertions, 0 deletions
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