Skip to content

Commit

Permalink
replace vim-gutentags with skywind3000's fork.
Browse files Browse the repository at this point in the history
the origin version is broken on Windows , see ludovicchabant/vim-gutentags#327 (comment) for more details.
  • Loading branch information
phiysng committed Nov 19, 2022
1 parent e45abb1 commit 75347ac
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion init/init-plugins.vim
Original file line number Diff line number Diff line change
Expand Up @@ -184,7 +184,7 @@ endif
if index(g:bundle_group, 'tags') >= 0

" 提供 ctags/gtags 后台数据库自动更新功能
Plug 'ludovicchabant/vim-gutentags'
Plug 'skywind3000/vim-gutentags'

" 提供 GscopeFind 命令并自动处理好 gtags 数据库切换
" 支持光标移动到符号名上:<leader>cg 查看定义,<leader>cs 查看引用
Expand Down

0 comments on commit 75347ac

Please sign in to comment.