Skip to content

devoc09/vim-tig

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 

Repository files navigation

vim-tig

Provide a handy command to use tig from the neovim terminal.

Feature

  • currently
    • neovim only
    • executes tig status in neovim's vsplit terminal
    • don't nest commit editor(if you have neovim-remote)
  • future
    • works with both vim and neovim
    • add new command following other tig's subcommand
    • Windows support

Usage

:Tig

Installation

For vim-plug plugin manager:

Plug 'devoc09/vim-tig'

Configuration

" Start up in status view (default)
let g:start_status_view = 1
" Start up in tig view (no subcommand)
let g:start_status_view = 0

Requirements

  • tig
  • neovim (author's env is neovim-v0.6.0)
  • neovim-remote (option)

About

Vim plugin for tig users.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published