Commit Graph

  • 4348ba67c2 lsp inlay refact and test update master ray-x 2024-05-10 09:53:51 +1000
  • 42a3a79a60 fix inlay error Maduki-tech 2024-05-07 14:43:38 +0200
  • d5e2b8cdd8 retiring richgo, use gotestsum instead ray-x 2024-04-30 21:45:58 +1000
  • ae078b8da4
    Fixes #451 inlay hint api change (#452) Matthew Taylor 2024-04-21 23:55:37 -0500
  • 87822b5004 correct filter table expression Matthew Taylor 2024-04-20 16:39:32 -0500
  • 44871bf318 Fixes #451 inlay hint api change Matthew Taylor 2024-04-20 10:25:48 -0500
  • cbc6aca611
    fix(docs): various rendering issues (#450) Isabel 2024-04-19 05:39:12 +0100
  • d881b740e6
    fix: important note Isabel 2024-04-18 22:32:04 +0100
  • 2bd1003b54
    fix(docs): go mock table Isabel 2024-04-18 22:20:31 +0100
  • 591a0b8374 Breaking: update ts schema and it require treesitter and go parser updates ray-x 2024-04-12 19:11:28 +1000
  • 39c2452854 :GoLint should always set out-format=line-number ray-x 2024-04-11 13:08:57 +1000
  • 32d1754fd4 better fallback to goimports ray-x 2024-04-08 19:41:46 +1000
  • ae58327c9e updates gopls setting ray-x 2024-04-04 10:11:31 +1100
  • abd282564a improve null_ls loading events and allow golangci_linter linters to be configurable ray-x 2024-03-27 13:47:11 +1100
  • 4d3fa34df0 allow ui.input/ui.select to be configurable issue #444 ray-x 2024-03-27 11:11:41 +1100
  • c9504cd18a fix: used method from latest stable vim Ilya Ilyinykh 2024-03-25 22:01:33 +0300
  • fcde040fd8 fix: name of the method Ilya Ilyinykh 2024-03-25 19:47:50 +0300
  • f9dd5a9d8d fix: specify buffer manually Ilya Ilyinykh 2024-03-25 19:39:58 +0300
  • f038036060
    Merge bed65daefd into 8b28f98877 weirdgiraffe 2024-03-25 13:06:50 +0000
  • 8b28f98877 add nvim-nio as a dependency ray-x 2024-03-24 10:27:22 +1100
  • fad1b6fcd8 README update ray-x 2024-03-23 10:34:11 +1100
  • 6bdba9e1f3 revert removing fillstruct as some gopls user saw issues ray-x 2024-03-22 23:01:37 +1100
  • a3ce5016f5 remove typecheck from golanci-lint as gopls should cover it. also when run in single file mode it has lots of false positive ray-x 2024-03-22 13:02:36 +1100
  • 49311bcf17 github actions ray-x 2024-03-21 21:17:52 +1100
  • 31c3ebe500 github action ray-x 2024-03-21 21:11:35 +1100
  • f5717d79a8 bugfix GoMock does not respect '-d' setting ray-x 2024-03-21 12:53:47 +1100
  • 3ff58b0741 gopls noSemanticString option ray-x 2024-03-20 12:34:29 +1100
  • 72932a7799 update gopls setting and update README ray-x 2024-03-20 10:28:39 +1100
  • dadedaeda2 cleanup after format save logic ray-x 2024-03-19 18:27:29 +1100
  • 29a967457a backward compatibility for goimport <- goimports ray-x 2024-03-19 15:08:51 +1100
  • 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. ray-x 2024-03-19 13:14:53 +1100
  • 9ac3e6faa3 make gofumpt default formatter (replacing golines) ray-x 2024-03-14 23:44:00 +1100
  • 3c497f6e5e import save and auto format ray-x 2024-03-14 23:12:52 +1100
  • 872612174c use vim API in init_lazy.lua ray-x 2024-03-14 09:21:02 +1100
  • c7b4b1ae10 gopls notification and doc updates ray-x 2024-03-13 12:10:08 +1100
  • 9dfc750472 gopls.change_signature ray-x 2024-03-13 11:30:20 +1100
  • 737c44f5b4 force format after import ray-x 2024-03-12 21:10:31 +1100
  • d217a74fa8 move fillstruct to gopls only ray-x 2024-03-10 18:59:40 +1100
  • 4ad39d32fc
    Merge branch 'ray-x:master' into master github-actions[bot] 2024-03-10 01:06:55 +0000
  • 420987848b fillstruct ray-x 2024-03-09 19:18:43 +1100
  • df6a2a6d75 Merge branch 'master' of github.com:ray-x/go.nvim ray-x 2024-03-09 19:14:36 +1100
  • 6943c99599 remove reftool/fillstruct. use gopls fillstruct ray-x 2024-03-09 19:12:48 +1100
  • 51c2824028
    Merge branch 'ray-x:master' into master github-actions[bot] 2024-03-06 01:02:54 +0000
  • 00f154ccd2
    fix: prefix -run in GoTestXXX with '-test' (#435) Mike Cheng 2024-03-05 18:59:10 -0500
  • 6cec7bacb8
    fix: prefix -run in GoTestXXX with '-test' Mike Cheng 2024-03-04 17:03:28 -0500
  • ea4fbb13f7
    Merge branch 'ray-x:master' into master github-actions[bot] 2024-03-04 01:03:35 +0000
  • 43850d00fe Put syntax file back based on comments of #424 ray-x 2024-03-03 19:42:06 +1100
  • 5a49de57dd
    Merge branch 'ray-x:master' into master github-actions[bot] 2024-03-03 01:06:06 +0000
  • 543b4b9346 Merge branch 'master' of github.com:ray-x/go.nvim ray-x 2024-03-02 23:18:38 +1100
  • 0bc1b1d4f0 test spec ray-x 2024-03-02 23:18:16 +1100
  • beec14d870
    fix(doc): modify mismatched code block (#432) figuretu 2024-03-02 20:16:15 +0800
  • 0b3d1896d0
    Merge branch 'ray-x:master' into master github-actions[bot] 2024-03-02 01:01:14 +0000
  • 8efd0c89f2
    Update README.md rayx 2024-03-01 22:26:46 +1100
  • 22a634ad06
    Update README.md rayx 2024-03-01 22:25:32 +1100
  • ae1b4a2974 markdown preview issue ray-x 2024-03-01 22:15:19 +1100
  • e9d3a3809e markdown URL ray-x 2024-03-01 22:10:01 +1100
  • 37af0acd53 Doc updates ray-x 2024-03-01 21:58:02 +1100
  • a03ac1cf1b
    Merge branch 'ray-x:master' into master github-actions[bot] 2024-03-01 01:08:42 +0000
  • 05ba8a9032 issue #424; neovim is deprecating non-treesitter based syntax highlighting, so it is this plugin ray-x 2024-03-01 11:23:17 +1100
  • 7a52a370ab It is a fix for the plugin working together with cmp-commandline ray-x 2024-02-29 12:58:19 +1100
  • 76319b36c4
    Merge branch 'ray-x:master' into master github-actions[bot] 2024-02-29 01:02:06 +0000
  • 25d3060f61 using single quote for commands send to shell. It is more special setting for fish ray-x 2024-02-29 10:40:46 +1100
  • 1bf7f88c68 Merge branch 'master' of github.com:ray-x/go.nvim ray-x 2024-02-29 09:55:12 +1100
  • 4683835fbd mockgen updates ray-x 2024-02-29 09:55:04 +1100
  • 3251ea1756 Build tags deduplicate gh_action ray-x 2024-02-28 21:43:23 +1100
  • 989de0d300
    fix(doc): modify mismatched code block tudev 2024-02-27 17:31:15 +0800
  • bed65daefd
    fixup: remove unused comments weirdgiraffe 2024-02-21 17:31:27 +0100
  • 0ac7803db0
    refactor: check if gopls attached to bufnr before setting inlay hints weirdgiraffe 2024-02-21 17:28:38 +0100
  • edfadaeaeb
    fixup: do not use deprecated server_ready() weirdgiraffe 2024-02-21 17:26:55 +0100
  • aaab3aa4ee
    add: utils method to check if gopls is attached to a buffer weirdgiraffe 2024-02-21 17:25:51 +0100
  • 0c6582b033
    fixup: clear/refresh only the current buffer weirdgiraffe 2024-02-19 11:08:11 +0100
  • 18e14ab405
    fixup: error logging in with gopls weirdgiraffe 2024-02-19 11:06:50 +0100
  • 6706aafee0
    fixup: prevent errors if lsp clients are not yet ready weirdgiraffe 2024-02-19 11:06:12 +0100
  • 3dde86916c
    refactor: toggle and refresh weirdgiraffe 2024-02-19 09:55:08 +0100
  • c898d341e7
    refactor: use local function for callback for autocmd weirdgiraffe 2024-02-19 09:54:52 +0100
  • 2608f2ca9c
    fixup: logging for setup method weirdgiraffe 2024-02-19 09:53:34 +0100
  • ed292a05c5
    add: local function for codelens weirdgiraffe 2024-02-19 09:53:15 +0100
  • f841012984
    Merge branch 'ray-x:master' into master github-actions[bot] 2024-02-11 01:07:51 +0000
  • d748e79011
    Gh action fix (#427) rayx 2024-02-10 13:17:49 +1100
  • cd698756e1 disable codelens in test ray-x 2024-02-10 13:06:07 +1100
  • 8ba1b3b8fb
    Merge branch 'ray-x:master' into master github-actions[bot] 2024-02-10 01:01:11 +0000
  • 8b4df42714 Wait2 ray-x 2024-02-09 22:13:18 +1100
  • 34fd2a8b11 wait1 ray-x 2024-02-09 22:04:11 +1100
  • 32325024d8 wait0 ray-x 2024-02-09 21:44:56 +1100
  • c3ecdcdb10 wait4 ray-x 2024-02-09 21:25:51 +1100
  • ec088c97d7 vim.wait3 ray-x 2024-02-09 21:18:59 +1100
  • d7ce35989a vim.wait2 ray-x 2024-02-09 21:12:19 +1100
  • a765508e2e vim.wait ray-x 2024-02-09 21:01:20 +1100
  • 8bbf2414de gopls spec ray-x 2024-02-09 20:55:44 +1100
  • 4ee8890a8f code lens updates ray-x 2024-02-09 20:34:35 +1100
  • 9ccb57766e
    go sub tests names needs to be regex quoted (#420) Viorel Craescu 2024-02-09 11:28:31 +0200
  • d003087e75
    Merge branch 'ray-x:master' into master github-actions[bot] 2024-02-09 01:02:24 +0000
  • 59f24ffdeb create test scenario Viorel Craescu 2024-02-08 11:47:07 +0200
  • b111775c49
    make command to setup local tests (#426) Viorel Craescu 2024-02-08 11:03:00 +0200
  • f68abfa434
    Merge branch 'ray-x:master' into master tenfy 2024-02-04 09:53:50 +0800
  • cdd51bf1d3
    sync-for permissions tenfyzhong 2024-02-04 09:50:50 +0800
  • 381a5f1687
    sync-for permissions tenfyzhong 2024-02-04 09:44:29 +0800
  • ab33d8e7af make command to setup local tests Viorel Craescu 2024-02-03 19:09:40 +0200
  • 4f31783873 fix lua tests Viorel Craescu 2024-02-03 17:42:12 +0200
  • dd628ffef1
    Merge branch 'ray-x:master' into fix_go_test_subcase Viorel Craescu 2024-02-03 16:14:52 +0200