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
- Host: GitHub
- URL: https://github.com/npezza93/vim-tags
- Owner: npezza93
- License: mit
- Created: 2021-10-29T20:56:41.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2024-12-13T15:27:13.000Z (6 months ago)
- Last Synced: 2025-01-18T02:28:22.847Z (4 months ago)
- Topics: bundler, bundler-plugin, ruby, vim
- Language: Ruby
- Homepage:
- Size: 56.6 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
- Code of conduct: CODE_OF_CONDUCT.md
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).