ray-x
2d05643e91
coverage args update 🎄
2022-12-25 15:20:09 +11:00
ray-x
5cefc346e7
luacheck lint, deprecate nvim-0.5 support 🏆 ⚽ 🇦🇷 👋 🇫🇷
2022-12-20 22:00:06 +11:00
ray-x
a6e01901d2
🇫🇷 🇲🇦 😍
2022-12-15 07:11:08 +11:00
ray-x
5e980b00c7
add new command: govulncheck 🇦🇷 a 🇭🇷
2022-12-14 08:39:09 +11:00
ray-x
12d262b99d
update gotestsum info in readme and vim doc 🎄 ⚽
2022-12-13 11:20:48 +11:00
ray-x
a99aa80a17
update unit tests 🇦🇷 a 🇭🇷
2022-12-13 01:56:45 +11:00
Rafael Zasas
a20a086e39
Update README.md ( #254 )
...
Add missing comma in golang setup config
2022-12-13 01:50:05 +11:00
ray-x
a16482773e
update dap usage in readme
2022-12-09 09:42:03 +11:00
ray-x
a3eed37434
update doc/readme for the dependency. 🥅 ⚽ ️ 😄 📣
2022-12-09 00:50:13 +11:00
ray-x
9d813931e5
issue #251 🇭 ⚽ 🇧🇷
2022-12-07 16:01:14 +11:00
ray-x
c61d2f447b
verbose mode in gotest no longer default, use '-v' instead 🇯🇵
2022-12-06 02:08:45 +11:00
ray-x
4529240971
feature: animation on build/compile/run/test
2022-11-29 13:53:33 +11:00
ray-x
7d5c09b9c4
lint
2022-11-29 01:29:45 +11:00
Sidney Wijngaarde
8550253c66
fix: tags add comparison typo ( #247 )
2022-11-29 01:14:09 +11:00
ray-x
02943e5316
gomodifytags options
2022-11-27 17:48:43 +11:00
Shaw Vrana
4599360f5d
Add ability to set gomodifytag options in config ( #246 )
2022-11-27 17:33:53 +11:00
ray-x
b4aaf5bf77
lint
2022-11-25 13:16:51 +11:00
ray-x
3f4ae62846
type spec
2022-11-24 11:11:35 +11:00
ray-x
c6b3c061cd
bugfix -p nil check #241
2022-11-24 09:54:52 +11:00
ray-x
df1f43ef55
empty check
2022-11-24 03:17:19 +11:00
ray-x
083965ad6d
update package.lua logs
2022-11-24 03:11:00 +11:00
Manuel
62e3838974
fix: latest treesitter expects ;; extends ( #245 )
...
If this comment is not present it will overwrite all existing queries
with the content of the respective file.
Also move files from queries/go -> after/queries/go to ensure they are
loaded after e.g. nvim-treesitter queries.
2022-11-24 03:06:50 +11:00
ray-x
ca2463975e
better error messages when pkg does not present
2022-11-23 13:42:26 +11:00
ray-x
93e0cc6628
better error for GoPkgOutline
2022-11-23 13:34:51 +11:00
ray-x
cffe9f6899
nil check #241
2022-11-23 13:24:52 +11:00
ray-x
aa854e3a47
issue #244 coverage -p warning message
2022-11-23 10:33:51 +11:00
ray-x
f68d072717
go get query
2022-11-23 09:31:15 +11:00
Manuel
c21ba12c1f
fix: wrong method scope ( #243 )
...
remove_all was defined as local but then referenced once as local and once as method in M
2022-11-23 09:16:23 +11:00
Manuel
997317e5ad
fix: fix used hl group name ( #242 )
2022-11-23 09:14:39 +11:00
ray-x
5352d821f1
add syntax highlight for gohtmltmpl and gottexttmpl
2022-11-16 15:50:59 +11:00
Craig Rodrigues
4281497427
Specify nvim_create_autocmd in a few places in README ( #235 )
2022-11-14 15:27:50 +11:00
xiantang
f23ca4e781
feat: support generate return for method ( #234 )
...
Run GoGenReturn
client.DeleteWithTimeout() -> *clientv3.DeleteResponse, err := client.DeleteWithTimeout()
2022-11-12 03:13:43 +11:00
ray-x
79c79c4872
autocmd for mod on_save
2022-11-03 12:54:24 +11:00
ray-x
fabe62defc
gomod file reload
2022-11-03 12:53:45 +11:00
ray-x
825f20b036
updates for gopls 0.10.0
2022-11-01 10:54:24 +11:00
ray-x
6eea6a265d
format format.lua
2022-10-27 11:39:09 +11:00
ray-x
32b4c162f0
gomvp support #176
2022-10-25 20:16:50 +11:00
ray-x
a5b307c35c
shada=NONE
2022-10-24 15:15:15 +11:00
ray-x
4df79e47c3
shada
2022-10-24 15:13:29 +11:00
ray-x
fa0f15bb6b
runner update for neovim-latest notify should not be called in loop-callback
2022-10-24 14:58:07 +11:00
Roy Choo
6602986054
fix(gotest): wrong order of test binary args ( #230 )
...
Co-authored-by: Roy Choo <roy.choo@bytedance.com>
2022-10-22 23:39:48 +11:00
ray-x
7720ddcbea
gotestfunc -a option
2022-10-20 13:09:38 +11:00
ray-x
e9d1c6c021
issue #229 extra args to go
2022-10-20 13:02:45 +11:00
ray-x
737223c999
add update_chunk for runner
2022-10-06 15:16:35 +11:00
Syncrack
1aef2d60bd
fix: use saved bufnr when retrieve inlay hints. ( #226 )
2022-10-04 14:14:15 +11:00
icefed
50050f7c8c
Fix commands GoModVendor & GoModInit ( #219 )
...
Signed-off-by: icefed <zlwangel@gmail.com>
Signed-off-by: icefed <zlwangel@gmail.com>
2022-10-04 14:12:32 +11:00
Syncrack
a32e0c2f1b
ci: add one more empty line ( #227 )
2022-10-03 20:24:17 +11:00
ray-x
d34868d2fa
testrunner default
2022-10-03 20:20:36 +11:00
ray-x
25f844684b
allow gotestsum in watch mode
2022-10-01 15:03:26 +10:00
ray-x
5b33d782f3
GoTestSum and sidepanel
2022-10-01 14:53:27 +10:00