harrisoncramer / gitlab.nvim

Create, review, and manage Gitlab reources without leaving Neovim
MIT License
240 stars 34 forks source link

Can't build help tags #361

Closed gkze closed 4 weeks ago

gkze commented 4 weeks ago

Prerequsities

Setup Configuration and Environment

Please post here the options you're passing to configure gitlab.nvim and specify any environment variables you're relying on.

$ nvim --version
NVIM v0.10.1
Build type: Release
LuaJIT 2.1.1713773202
Run "nvim -V1 -v" for more info
$ nvim -N -u NONE -i NONE -n -E -s -V1 -c "helptags ./doc" +quit
Error detected while processing command line:
E154: Duplicate tag "gitlab.nvim.choose_merge_request" in file ./doc/gitlab.nvim.txt

Bug Description

Seemingly can't build help tags

Reproduction Steps

On master, as-is, with a no-config NeoVim (as shown)

Screenshots

If applicable, add screenshots to help explain your problem.