ray-x
|
fc928a40e9
|
show cheatsheet in floating window
|
2022-05-28 20:54:45 +10:00 |
|
ray-x
|
9d7845707d
|
gorename setup in lsp, allow guihua gui
|
2022-05-28 03:20:33 +10:00 |
|
qasimwarraich
|
f9d094c8e5
|
fix(code_actions): Remove now deprecated telescope_code_actions() (#130)
- Removes `telescope_code_actions()` function.
- Sets associated keybinding to `vim.lsp.buf.code_action`
|
2022-05-28 02:51:03 +10:00 |
|
张海林
|
6c51c0a909
|
doc: clarify test_runner option (#129)
* doc: clarify test_runner option
* Update README.md
* Update go.txt
* Update go.lua
Co-authored-by: rayx <rayx.cn@gmail.com>
|
2022-05-27 12:39:11 +10:00 |
|
ray-x
|
e09a3ebe23
|
error handle for exit code from go build and allow chtsh get query from current word
|
2022-05-27 11:39:29 +10:00 |
|
ray-x
|
7e35330a35
|
gotest run test file in folder.
|
2022-05-26 15:14:28 +10:00 |
|
ray-x
|
eb4d380807
|
allow format all buffers with goimports
|
2022-05-26 15:07:14 +10:00 |
|
ray-x
|
58dd76bf90
|
remove trace func
|
2022-05-25 16:06:36 +10:00 |
|
ray-x
|
051e8b2afa
|
cheatsheet(cht.sh) supports in go.nvim
|
2022-05-25 14:36:34 +10:00 |
|
ray-x
|
bbb37ea81f
|
split none UI releated logic for testing
|
2022-05-24 21:43:33 +10:00 |
|
ray-x
|
8d1c468901
|
github action
|
2022-05-24 21:17:55 +10:00 |
|
ray-x
|
8103d462c5
|
github action fix
|
2022-05-24 21:14:40 +10:00 |
|
ray-x
|
7b5c408b88
|
github action failure fix
|
2022-05-24 20:58:54 +10:00 |
|
ray-x
|
fed6b24482
|
select test from functions
|
2022-05-24 19:17:26 +10:00 |
|
ray-x
|
125d6fa3d3
|
better test coverage for gotest
|
2022-05-24 17:54:52 +10:00 |
|
ray-x
|
323cfae1fa
|
add tests for go test
|
2022-05-24 17:23:53 +10:00 |
|
ray-x
|
362ff2fd37
|
more tests fixplurals
|
2022-05-22 20:11:14 +10:00 |
|
ray-x
|
bc1a1ea33b
|
update minimal.vim for github actions
|
2022-05-22 11:52:07 +10:00 |
|
ray-x
|
e0e2aeb1ad
|
bumpup pipeline ubuntu version to 22.04
|
2022-05-22 11:46:18 +10:00 |
|
ray-x
|
a173420ed9
|
disable plenary debug in github action
|
2022-05-22 11:42:29 +10:00 |
|
ray-x
|
a06e091d68
|
GoImpl allow specify receiver name
|
2022-05-21 15:11:10 +10:00 |
|
ray-x
|
52ccb2e690
|
GoImpl updates, allow no arguments and let treesitter do everything for you
|
2022-05-19 14:12:14 +10:00 |
|
ray-x
|
dbf0094f25
|
write buffer after gofmt
|
2022-05-17 15:04:26 +10:00 |
|
ray-x
|
e3504bc50f
|
allow gorun in float terminal
|
2022-05-17 11:34:35 +10:00 |
|
Alexandre Desjardins
|
f41af88f2e
|
fix nvim-lsp-installer path moved to core module (#126)
|
2022-05-16 08:20:51 +10:00 |
|
ray-x
|
257218611e
|
merge conflict
|
2022-05-15 22:34:44 +10:00 |
|
ray-x
|
ed8a2484ba
|
merge master
|
2022-05-15 22:25:50 +10:00 |
|
ray-x
|
1f4711e681
|
Merge branch 'master' into serverCapcities
|
2022-05-15 22:06:04 +10:00 |
|
ray-x
|
73eed9e67b
|
remove un-used setup in breakpoint save
|
2022-05-15 22:05:12 +10:00 |
|
ray-x
|
80e94444bb
|
merge master
|
2022-05-15 21:46:44 +10:00 |
|
ray-x
|
669ad39639
|
update launch.json and readme.md for the new commands
|
2022-05-15 21:43:59 +10:00 |
|
ray-x
|
1449635984
|
launch.json create folder if not existed
|
2022-05-15 14:38:55 +10:00 |
|
ray-x
|
e3551f08bc
|
add logs
|
2022-05-15 14:19:05 +10:00 |
|
ray-x
|
f187f10678
|
Update GoModxxx cmds
|
2022-05-15 14:09:07 +10:00 |
|
ray-x
|
de1306a986
|
goenv and load breakpoints
|
2022-05-14 21:24:55 +10:00 |
|
ray-x
|
f3e1da9968
|
save and load breaks
|
2022-05-14 21:24:55 +10:00 |
|
ray-x
|
e54ed67325
|
remove fixplurals gotool and using treesitter
|
2022-05-14 21:24:55 +10:00 |
|
ray-x
|
0dd08fddc5
|
add gonvim project file parser
|
2022-05-14 21:24:55 +10:00 |
|
ray-x
|
0c8ffc2b86
|
add go boilerplate
|
2022-05-14 21:24:55 +10:00 |
|
Marco Mayer
|
eba7daeb16
|
fix gotests template parameters, better names(?), small formatting fixes, update README (#125)
|
2022-05-14 20:52:12 +10:00 |
|
ray-x
|
128d2c14f3
|
Merge branch 'master' into serverCapcities
|
2022-05-14 01:08:28 +10:00 |
|
ray-x
|
14f298af92
|
Merge branch 'boilerplate'
|
2022-05-14 01:08:04 +10:00 |
|
ray-x
|
0faaf7bd0a
|
save and load breaks
|
2022-05-14 01:07:44 +10:00 |
|
ray-x
|
e77920422e
|
Merge branch 'master' into serverCapcities
|
2022-05-13 20:58:27 +10:00 |
|
ray-x
|
1c727c8768
|
ts keybinding update
|
2022-05-13 20:54:47 +10:00 |
|
ray-x
|
8e6ad61371
|
remove fixplurals gotool and using treesitter
|
2022-05-13 20:13:59 +10:00 |
|
ray-x
|
7c434918be
|
add gonvim project file parser
|
2022-05-13 19:27:02 +10:00 |
|
ray-x
|
8b7d2c3eda
|
formatting_sync -> format
|
2022-05-12 14:46:49 +10:00 |
|
ray-x
|
86720cae95
|
update ts keybindings
|
2022-05-12 00:59:21 +10:00 |
|
ray-x
|
dead9e2c70
|
add go boilerplate
|
2022-05-10 17:59:48 +10:00 |
|