PegasusWang / vim-config

Lean mean (Neo)Vim machine, carefully crafted with :heart: Use with Neovim v0.1.5+ or Vim v7.4+
489 stars 110 forks source link

Vim(helptags):E154: Duplicate tag ":Ag" in file ...fzf-vim.txt #3

Closed LEUNGUU closed 4 years ago

LEUNGUU commented 4 years ago

I am using nvim(v0.4.3). when i run make in .config/nvim directory, it occurs: [dein] Error generating helptags: [dein] Vim(helptags):E154: Duplicate tag ":Ag" in file /home/anoy/.cache/vim/dein/.cache/init.vim/.dein/doc/fzf-vim.txt [dein] function dein#update[1]..dein#install#_update[38]..112_update_loop[5]..112_install_async[9]..112_done[9]..dein#install#_recache_runtimepath[19]..112_helptags, line 12

Please help.

PegasusWang commented 4 years ago

Updated. remove duplicated plugin. Please retry.

":Ag" command ag.vim conflict with fzf.vim. I removed ag.vim and use fzf.

LEUNGUU commented 4 years ago

Thanks