https://github.com/vimpostor/vim-firebase
Improved rebase todo lists
https://github.com/vimpostor/vim-firebase
git neovim neovim-plugin nvim rebase vim vim-plugin
Last synced: about 1 year ago
JSON representation
Improved rebase todo lists
- Host: GitHub
- URL: https://github.com/vimpostor/vim-firebase
- Owner: vimpostor
- License: gpl-3.0
- Created: 2025-02-09T01:11:45.000Z (about 1 year ago)
- Default Branch: master
- Last Pushed: 2025-03-14T21:16:43.000Z (about 1 year ago)
- Last Synced: 2025-03-14T22:23:53.804Z (about 1 year ago)
- Topics: git, neovim, neovim-plugin, nvim, rebase, vim, vim-plugin
- Language: Vim Script
- Homepage:
- Size: 46.9 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
Awesome Lists containing this project
README
# vim-firebase
This plugin extends the git functionality of [vim-fugitive](https://github.com/tpope/vim-fugitive) and mostly enhances handling of the rebase todo list.
[](https://asciinema.org/a/brnkYGIVYmstJwKcUrfZ7AWpY)
# Installation
Using **vim-plug**:
```vim
Plug 'vimpostor/vim-firebase'
```
# FAQ
## What's up with the name?
Similar to how [tpope](https://github.com/tpope) named the infamous Git plugin _fu_**git**_ive_, this plugin is named _fi_**rebase** after its main functionality. It has nothing to do with the unrelated popular [Cloud API](https://firebase.google.com).
## How do I configure this plugin?
Please consult the extensive help page under `:help firebase-configure`.
## Do I need to install fugitive to use this plugin?
No, fugitive is not a dependency of this plugin.