diff options
author | Guangxiong Lin <[email protected]> | 2022-03-27 10:24:34 +0800 |
---|---|---|
committer | Guangxiong Lin <[email protected]> | 2022-03-27 10:24:34 +0800 |
commit | 3cc6c3e489d39f6a9df48639e835fbca9f6c2fe4 (patch) | |
tree | 62f8f10762791aef39268689ddfbf58b6039ad49 /.vim/plugin | |
parent | 624dd0e1708a4bc1a612c071e1cb625a45e97a91 (diff) | |
download | dotfiles-3cc6c3e489d39f6a9df48639e835fbca9f6c2fe4.tar.gz dotfiles-3cc6c3e489d39f6a9df48639e835fbca9f6c2fe4.tar.bz2 dotfiles-3cc6c3e489d39f6a9df48639e835fbca9f6c2fe4.zip |
Refactor airline config (vim)
Diffstat (limited to '.vim/plugin')
-rw-r--r-- | .vim/plugin/gutentags.vim | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/.vim/plugin/gutentags.vim b/.vim/plugin/gutentags.vim index 25bfaaf..cab2f3b 100644 --- a/.vim/plugin/gutentags.vim +++ b/.vim/plugin/gutentags.vim @@ -10,6 +10,8 @@ let g:gutentags_define_advanced_commands = 1 let $GTAGSLABEL = 'native-pygments' let $GTAGSCONF = '/usr/local/share/gtags/gtags.conf' +let g:airline#extensions#gutentags#enabled = 1 + let g:gutentags_modules = [] if executable('ctags') let g:gutentags_modules += ['ctags'] |