Commit Graph

41 Commits (484524b875375800f7743e3181d236bce35f91fc)

Author SHA1 Message Date
David Brouwer 6e7410452f
Fix empty string and GoRun -F main module (#147)
* fix: append check if val is nil
Add check to see if value is empty. And don't add to path if already in
path.

Signed-off-by: Davincible <david.brouwer.99@gmail.com>

* feat: auto run main module in floating term
Add check to see if floating term, to auto run main file

Signed-off-by: Davincible <david.brouwer.99@gmail.com>

* Update asyncmake.lua

no need to show a notification as there is another one once the program is finished.

Co-authored-by: rayx <rayx.cn@gmail.com>
2 years ago
ray-x 36a33ad5b0 #146 better fallback if test runner is non-default and not installed 2 years ago
ray-x 3f8551cc11 issue #141 the result of shell command should be checked before proccess
the output
2 years ago
ray-x 040c7bd110 Update document
Smart build tags detection
2 years ago
ray-x 30d30f407a fix diagnostic warnings for all files 2 years ago
ray-x f5f5c41165 fix typo 2 years ago
ray-x 56143544d7 revert escape changes, it breaks floaterm run 2 years ago
ray-x 0cc455457c notify level based on test result 2 years ago
ray-x ad84a0806c update GoTest adding more flags 2 years ago
ray-x 002d7dfd73 infer the test func name with treesitter 2 years ago
ray-x e09a3ebe23 error handle for exit code from go build and allow chtsh get query from current word 2 years ago
ray-x 58dd76bf90 remove trace func 2 years ago
ray-x 323cfae1fa add tests for go test 2 years ago
ray-x e3504bc50f allow gorun in float terminal 2 years ago
ray-x 058e748409 allow GoRun to run inside a terminal 3 years ago
ray-x 7b4f7620f7 failure message should not show 3 years ago
ray-x 0fe0a9ee33 feature: auto jump to quickfix list item if test failed 3 years ago
ray-x f355905c00 bqf friendly qickfix output for testing 3 years ago
ray-x 1bc6249495 feature: in quickfix, shows full path name instead of name only. That allows jump to the failed location 3 years ago
ray-x edbd796ded Add GoStop command to stop the background task started with GoRun 3 years ago
ray.xu 2a2c5f4cd8 open qf only when on error 3 years ago
ray-x 99cc459eed cleanup asyncmake 3 years ago
ray-x a191de4920 issue #76 better qf 3 years ago
ray-x 85f2300e72 issue #75, better default package path for tests 3 years ago
ray-x 29960fe775 ANSI color remove for quickfix 3 years ago
ray-x 88ef38d88b issue #68 golangci-lint handle error message 3 years ago
Craig Rodrigues 483b56f4a2
Replace print() with vim.notify() (#64) 3 years ago
ray-x 14ad56d297 cleanup logs 3 years ago
ray-x c7c3ab885a better workfolder 3 years ago
ray-x 47866b4847 some cleanup and use list instead of string for jobsstart 3 years ago
ray-x 64460e4f88 Add GoVet, update errorformat for issue #55 3 years ago
ray-x 45348a8c83 bugfix #54 quickfix position 3 years ago
ray-x 1aab3bcea0 add go.txt 3 years ago
ray-x 6574dd2e6b add textobject default setup, doc updates 3 years ago
ray-x 6e87d834a4 efm format for quickfix; golangci-lint efm setup 3 years ago
ray-x 8712f31898 golangci-lint quickfix 3 years ago
ray-x ec91d9915f Add command autocomplete 3 years ago
ray-x c984ce7757 update gotest it will output to buffer 3 years ago
ray-x e7a7e95c85 Bugfix issue #15 GoRun 3 years ago
ray-x 1bdf18bfc2 Add log to file. Fix gotest_fun 3 years ago
ray-x b1ebb39543 add asyncmake 3 years ago