Skip to content

CaiJinKen/vim-fillstruct

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 

Repository files navigation

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.