diff options
| author | jdhao <jdhao@hotmail.com> | 2020-11-01 18:42:24 +0800 |
|---|---|---|
| committer | jdhao <jdhao@hotmail.com> | 2020-11-01 18:42:24 +0800 |
| commit | 6e2c98f40178c4d56dbd1c548dad266bfc88f9c9 (patch) | |
| tree | a6e6d63d4aa039440dd5dcd2ce8725f0675a5915 /core/plugins.vim | |
| parent | ad0b12290ab9b8bf89e1dd9d0a309ac4d320efb9 (diff) | |
enable airline gutentags extension
Diffstat (limited to 'core/plugins.vim')
| -rw-r--r-- | core/plugins.vim | 1 |
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 |
