aboutsummaryrefslogtreecommitdiff
path: root/core/plugins.vim
diff options
context:
space:
mode:
authorjdhao <jdhao@hotmail.com>2020-11-01 18:42:24 +0800
committerjdhao <jdhao@hotmail.com>2020-11-01 18:42:24 +0800
commit6e2c98f40178c4d56dbd1c548dad266bfc88f9c9 (patch)
treea6e6d63d4aa039440dd5dcd2ce8725f0675a5915 /core/plugins.vim
parentad0b12290ab9b8bf89e1dd9d0a309ac4d320efb9 (diff)
enable airline gutentags extension
Diffstat (limited to 'core/plugins.vim')
-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