ldelossa / nvim-ide

A full featured IDE layer for Neovim. Heavily inspired by VSCode.
MIT License
826 stars 27 forks source link

fix(docs): use |link| syntax to link to ide-components tag #111

Closed yusefnapora closed 12 months ago

yusefnapora commented 1 year ago

Hey there, thanks for this sweet plugin!

I'm trying to add it to my nixos config without using Packer, but the buildVimPlugin helper that nixpkgs uses chokes with

E154: Duplicate tag "ide-components" in file /nix/store/g54plhkm0r8i7lipjvybfq77vcfnc805-vimplugin-nvim-ide/./doc/nvim-ide.txtFailed to build help tags!

This seems to be happening because the link to the ide-components section is using *asterisks* instead of |pipes|, so its actually defining the tag instead of linking to it. Or at least, that's what I gather from a quick google - I've never tried writing docs for a vim plugin before.

At any rate, if I point my nix config at the commit from this PR, it stops yelling at me :smile:

ldelossa commented 12 months ago

Thanks :) sorry for long delay, was taking a neovim vacation for a bit.