https://github.com/devoc09/vim-tig
Vim plugin for tig users.
https://github.com/devoc09/vim-tig
neovim tig vim
Last synced: 2 months ago
JSON representation
Vim plugin for tig users.
- Host: GitHub
- URL: https://github.com/devoc09/vim-tig
- Owner: devoc09
- License: mit
- Created: 2021-07-10T20:23:56.000Z (almost 5 years ago)
- Default Branch: main
- Last Pushed: 2021-08-01T07:11:21.000Z (almost 5 years ago)
- Last Synced: 2026-04-29T05:37:34.825Z (2 months ago)
- Topics: neovim, tig, vim
- Language: Vim script
- Homepage:
- Size: 5.86 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
vim-tig
=======
Provide a handy command to use [tig](https://github.com/jonas/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](https://github.com/mhinz/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](https://github.com/junegunn/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)