ldelossa / litee.nvim

A framework for building Neovim plugins
409 stars 14 forks source link

Fix duplicate doc tag #83

Closed ners closed 2 years ago

ners commented 2 years ago

Generating help tags fails without this fix. Here's the script we use in NixOS: https://github.com/NixOS/nixpkgs/blob/21.11/pkgs/misc/vim-plugins/vim-gen-doc-hook.sh

This duplicate tag was not present before the refactor: https://github.com/ners/litee.nvim/blob/f208798a2f46ae8e31195a99ffa6e192782e59cb/doc/calltree.txt

ldelossa commented 2 years ago

Thank you :)

ldelossa commented 2 years ago

FYI - litee.nvim plugin structure will be changing a bit in the next upcoming weeks.

When #80 merges, this plugin will only be a library and 3 separate plugins will exist under my github username "litee-calltree", "litee-symboltree", "litee-filetree". In an effort to be less monolithic. Not sure if this is relevant for you, but you may be interested in this.

ners commented 2 years ago

Thanks for the heads-up. I'll be keeping an eye on the refactor and add the individual plugins to nixpkgs when they're ready.