Commit Graph

18 Commits (master)

Author SHA1 Message Date
ray-x 32d1754fd4 better fallback to goimports 1 month ago
ray-x 8b28f98877 add nvim-nio as a dependency 2 months ago
ray-x fe8196f9d1 [goimport->goimports] Enduring the frustration of a longstanding typo, I've finally resolved to correct it. The change updates "goimport" to "goimport," including all related documentation and tests.
Additionally, I've set gopls as the default tool for both gofmt and goimports. This integration will be quicker than executing a separate command in the background and analyzing its output.
2 months ago
ray-x 872612174c use vim API in init_lazy.lua 2 months ago
rayx 47273b8ac9
Fixtures: Unit tests updates (#394)
* go mod setup for fixtures

* fillstruct refactor
6 months ago
rayx c4819d1625
CLI refact (#391)
* some refact of gotest

* issue #376 add handlers to async formatting

* issue #343 title length

* add parallel flag

* disable trace log

* Error lines output in github action

* Go mod update in fixtures
6 months ago
ray-x 44130d7356 Use lazy.nvim as default playground vimrc plugin mgr 1 year ago
ray-x f80661a710 Update README 1 year ago
ray-x 99674bb44e playground init 2 years ago
ray-x db47b70d21 startup delay because the BufEnter autocommands 2 years ago
ray-x eae9af9c1d recommit fix for #145 due to merge failure 2 years ago
ray-x f6c45b554c minium init.lua 2 years ago
ray-x ad8c1be169 update sample go app 2 years ago
ray-x e92dbf7131 add relFileDir in launch.json 2 years ago
ray-x 425b81dbd8 Add sample init.lua for go.nvim 2 years ago
ray-x a47e0c0858 update sample 2 years ago
ray-x daeaa15e6a doc and launch.json update 2 years ago
ray-x 2869c5b8fc Add support for vscode launch.json. Allow launch debugger from config in .vscode/launch.json 2 years ago