Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/frostyx/vim-fugitive-pagure
Pagure support for :GBrowse feature provided by vim-fugitive plugin
https://github.com/frostyx/vim-fugitive-pagure
pagure plugin vim vim-plugin
Last synced: about 1 month ago
JSON representation
Pagure support for :GBrowse feature provided by vim-fugitive plugin
- Host: GitHub
- URL: https://github.com/frostyx/vim-fugitive-pagure
- Owner: FrostyX
- License: gpl-2.0
- Created: 2019-09-16T18:44:48.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2023-06-13T17:53:14.000Z (over 1 year ago)
- Last Synced: 2024-10-13T20:07:31.787Z (3 months ago)
- Topics: pagure, plugin, vim, vim-plugin
- Language: Python
- Size: 754 KB
- Stars: 3
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Pagure support for vim-fugitive
## Requirements
- Vim with `+python` support
## Installation
Use [vundle][vundle], [pathogen][pathogen] or any other favourite way to install vim plugins.
First, don't forget to install [tpope/vim-fugitive][vim-fugitive] to provide `:Gbrowse`
command (and many more), and than `FrostyX/fugitive-pagure-vim` to provide [pagure][pagure] support.Plugin 'tpope/vim-fugitive'
Plugin 'FrostyX/vim-fugitive-pagure' " Enable :Gbrowse for pagure.io## `:Gbrowse` in action
### Open a file
![Open a file](img/gbrowse.gif)
### Highlight the current line
![Highlight the current line](img/gbrowse-line.gif)
### Highlight a selection
![Highlight a selection](img/gbrowse-range.gif)
[vundle]: https://github.com/VundleVim/Vundle.vim
[pathogen]: https://github.com/tpope/vim-pathogen
[vim-fugitive]: https://github.com/tpope/vim-fugitive
[pagure]: https://pagure.io