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

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

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.

[![asciicast](https://asciinema.org/a/brnkYGIVYmstJwKcUrfZ7AWpY.svg)](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.