Skip to content

Latest commit

 

History

History
32 lines (19 loc) · 601 Bytes

README.md

File metadata and controls

32 lines (19 loc) · 601 Bytes

GrTooltip.vim

Show tooltip for the current word.

Motivation

This utility was made to aid the network code review by bringing tips for the flags with very cryptic names.

How to use

Move the cursor over the word and call the GrTooltip command or press <C-G><C-T> shortcut.

img

Tooltips database

All tooltips are plaintext files in the ~/.GrTooltip/ folder.

Instalation

With vim-plug

Plug 'geraldolsribeiro/vim-GrTooltip'

Database

An initial database can be found in the https://github.com/geraldolsribeiro/GrTooltip repository.