You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
go.nvim/playground
Di Warachet S 204406c170
Update playground README (#478)
4 months ago
..
sampleApp
README.md Update playground README (#478) 4 months ago
init_lazy.lua

README.md

A sample go project with minium config for go.nvim

Start with (may need to restart nvim after the first time)

cd sampleApp
nvim -u ../init_lazy.lua main.go

To start debugging, run the following commands

:10
:GoBreakToggle
:GoDebug

To unit test, run the following commands

:pkg/findAllSubStr_test.go
:10
:GoTestFunc