Skip to content

Latest commit

 

History

History
28 lines (18 loc) · 505 Bytes

File metadata and controls

28 lines (18 loc) · 505 Bytes

FillStrcut

Fill golang structs.

Installation

Install fillstruct dependency by doing

go install github.com/CaiJinKen/fillstruct@lastest

Now add the plugin to vim by plugn manager or manually

I use vim-plug and in that you can add using

Plug 'CaiJinKen/vim-fillstruct'

and run :PlugInstall

Usage

Let courser to the line that need fill structs. Use :FillStrcut or custom keymaps.