Skip to content

Plugin authors

Paul Jolly edited this page Sep 6, 2019 · 2 revisions

If you are considering writing a Vim8 plugin in Go, probably the best place to start is looking at github.com/govim/govim/cmd/govim, the command that is the main guts of the plugin hosted at https://github.com/govim/govim.

The docs are really a WIP.

Clone this wiki locally