Skip to content

Latest commit

 

History

History
24 lines (15 loc) · 468 Bytes

README.md

File metadata and controls

24 lines (15 loc) · 468 Bytes

githistory-browse.nvim

This is still a work in progress

Quickly preview files in githistory.xyz!

Installation

Plug 'engeir/githistory-browse.nvim'

Then make the command available by calling require"githistory-browse" from your init.vim/init.lua.

Usage

The plugin adds the function GhBrowse. You can for example make a little remap for it:

nnoremap <leader>GH :GhBrowse<CR>