go.nvim/lua/go
ray-x 276ebe8654 [Feature] integrate with null-ls. Add go.nvim as a null-ls source
Run `go test` on file save and
show diagnostic messages in LSP virtual text.
2023-01-15 15:46:16 +11:00
..
ts Feature: run & debug a subtest inside table driven test cases 2023-01-11 14:53:05 +11:00
alt_getopt.lua lint 2022-07-27 02:21:58 +10:00
alternate.lua Luasnip (#165) 2022-07-11 23:32:06 +10:00
asyncmake.lua issue #271 go-generate failure for codes inside package 2023-01-12 23:42:15 +11:00
boilerplate.lua add go boilerplate 2022-05-14 21:24:55 +10:00
chtsh.lua issue #141 the result of shell command should be checked before proccess 2022-06-28 14:36:30 +10:00
codeaction.lua range code action 2022-09-02 23:52:19 +10:00
codelens.lua moving from vim script to lua scripts (autocmd, highlight) 2022-08-05 19:34:44 +10:00
commands.lua issue #271 go-generate failure for codes inside package 2023-01-12 23:42:15 +11:00
comment.lua Bugfix #160 (#167) 2022-07-12 23:11:46 +10:00
complete.lua gomodifytags options 2022-11-27 17:48:43 +11:00
coverage.lua go coverage combine 🎄🎆 2023-01-03 16:25:45 +11:00
dap.lua issue #269 dap-ui setup config 2023-01-12 22:48:51 +11:00
enum.lua feature: go-enum. issue #260, gopls setting move to function local var 2023-01-09 21:36:24 +11:00
env.lua Features: 2022-07-01 19:15:31 +10:00
fixplurals.lua fix plurals change edit orders 2022-06-02 13:25:08 +10:00
format.lua use gopls in gofmt 2023-01-04 21:50:01 +11:00
ginkgo.lua ginkgo nearest 2022-08-25 12:54:57 +10:00
godoc.lua issue #141 the result of shell command should be checked before proccess 2022-06-28 14:36:30 +10:00
goget.lua go get query 2022-11-23 09:31:15 +11:00
gomvp.lua gomvp support #176 2022-10-25 20:16:50 +11:00
gopls.lua feature: go-enum. issue #260, gopls setting move to function local var 2023-01-09 21:36:24 +11:00
gotest.lua [Feature] integrate with null-ls. Add go.nvim as a null-ls source 2023-01-15 15:46:16 +11:00
gotests.lua Bugfix #160 (#167) 2022-07-12 23:11:46 +10:00
gotestsum.lua update gotestsum info in readme and vim doc 🎄 2022-12-13 11:20:48 +11:00
govulncheck.lua add new command: govulncheck 🇦🇷 a🇭🇷 2022-12-14 08:39:09 +11:00
guru.lua quick gen return #170 2022-08-23 19:31:13 +10:00
health.lua lint 2023-01-13 01:16:50 +11:00
iferr.lua issue #141 the result of shell command should be checked before proccess 2022-06-28 14:36:30 +10:00
impl.lua 🇫🇷 🇲🇦 😍 2022-12-15 07:11:08 +11:00
inlay.lua fix: use saved bufnr when retrieve inlay hints. (#226) 2022-10-04 14:14:15 +11:00
install.lua checkhealth and go-enum update 2023-01-12 15:34:00 +11:00
json2struct.lua issue #192 coverage sign priority 2022-08-05 10:02:35 +10:00
keybind.lua [Breaking] change keymap api (#152) 2022-07-04 12:13:46 +10:00
launch.lua fix diagnostic warnings for all files 2022-06-01 21:29:13 +10:00
list.lua coverage args update 🎄 2022-12-25 15:20:09 +11:00
lsp_diag.lua luacheck lint, deprecate nvim-0.5 support 🏆🇦🇷 👋🇫🇷 2022-12-20 22:00:06 +11:00
lsp.lua feat: support generate return for method (#234) 2022-11-12 03:13:43 +11:00
mockgen.lua lint 2022-07-27 02:21:58 +10:00
mod.lua 🇫🇷 🇲🇦 😍 2022-12-15 07:11:08 +11:00
null_ls.lua [Feature] integrate with null-ls. Add go.nvim as a null-ls source 2023-01-15 15:46:16 +11:00
package.lua coverage args update 🎄 2022-12-25 15:20:09 +11:00
project.lua rename from gocoverage_sign_priority to sign_priority 2022-08-05 10:07:56 +10:00
reftool.lua #187 vim.lsp.buf.format missing in some version of neovim 2022-08-01 09:04:28 +10:00
rename.lua add list_imports support 2022-06-16 14:10:49 +10:00
runner.lua 🇫🇷 🇲🇦 😍 2022-12-15 07:11:08 +11:00
snips.lua gosnips return default, similar to fillreturns by gopls 2022-07-26 12:39:41 +10:00
tags.lua fix: tags add comparison typo (#247) 2022-11-29 01:14:09 +11:00
term.lua Cmd is tranformed to string before pushed to term (#151) 2022-07-02 12:33:20 +10:00
utils.lua GoTestSum and sidepanel 2022-10-01 14:53:27 +10:00