An open API service indexing awesome lists of open source software.

https://github.com/npezza93/vim-tags

Load ruby gem tags and gem files to vim
https://github.com/npezza93/vim-tags

bundler bundler-plugin ruby vim

Last synced: 3 months ago
JSON representation

Load ruby gem tags and gem files to vim

Awesome Lists containing this project

README

        

# VimTags

vim-bundler is great but adds a significant amount of time to vims boot time.
This caches all the import bits into the .bundle directory and loads everything
into path and tags. It adds all the pieces of vim-bundler without the long boot
time.

## Installation

Run this:

```ruby
bundler install plugin vim-tags
```

And then execute:

$ bundle vim-tags

Or add this to your vim config:
```
Plug 'npezza93/vim-tags'
```

Add go about your business. Bundler will automatically keep the files up to date

## Usage

Will automatically keep up to date after running bundler

## Development

After checking out the repo, run `bin/setup` to install dependencies. You can also run `bin/console` for an interactive prompt that will allow you to experiment.

To install this gem onto your local machine, run `bundle exec rake install`. To release a new version, run `bundle exec rake release`, which will create a git tag for the version, push git commits and the created tag, and push the `.gem` file to [rubygems.org](https://rubygems.org).

## Contributing

Bug reports and pull requests are welcome on GitHub at https://github.com/[USERNAME]/vim-tags. This project is intended to be a safe, welcoming space for collaboration, and contributors are expected to adhere to the [code of conduct](https://github.com/[USERNAME]/vim-tags/blob/main/CODE_OF_CONDUCT.md).

## License

The gem is available as open source under the terms of the [MIT License](https://opensource.org/licenses/MIT).

## Code of Conduct

Everyone interacting in the Vim::Tags project's codebases, issue trackers, chat rooms and mailing lists is expected to follow the [code of conduct](https://github.com/[USERNAME]/vim-tags/blob/main/CODE_OF_CONDUCT.md).