preservim / tagbar

Vim plugin that displays tags in a window, ordered by scope
https://preservim.github.io/tagbar
Other
6.12k stars 486 forks source link

README: add about how to install tags on Gentoo #765

Open vitaly-zdanevich opened 3 years ago

raven42 commented 3 years ago

I'm not sure if we want to call out specific linux distribution installation methods here. That kind of thing can change when new images come out. If we do want this, I would recommend a subsection heading for linux distribution package paths... something like this, though again, I see this being a maintenance issue trying to keep all the links up to date. And it doesn't really make sense to only provide one distro.

## Dependencies

* [Vim](http://www.vim.org/) >= 7.3.1058
  or any version of [NeoVim](https://neovim.io/).

* A ctags implementation: We _highly recommend_ any version of [Universal
  Ctags](https://ctags.io). It is a maintained fork of Exuberant Ctags with
  many bugfixes, support for many more formats, and proper Unicode support.

  [Exuberant Ctags](http://ctags.sourceforge.net/) 5.5 or higher works to some
  degree but will be deprecated eventually.

  Some additional formats can also be handled by other providers such as
  [jsctags](https://github.com/sergioramos/jsctags) or
  [phpctags](https://github.com/vim-php/phpctags).

#### Linux Package Locations
 - Gentoo: [dev-util/ctags](https://packages.gentoo.org/packages/dev-util/ctags) (Universal CTAGS)
 - Other Distro: (other-links)

## Installation

Extract the archive or clone the repository into a directory in your
....
raven42 commented 3 years ago

I do appreciate the idea to help make it easier for users to install though. Just needs to be a little more comprehensive I think.

I'll let others decide though.