go.nvim/lua/go
2022-02-09 15:33:19 +11:00
..
ts textobject breaking changes https://github.com/nvim-treesitter/nvim-treesitter-textobjects/issues/169 2022-01-20 08:39:05 +11:00
alt_getopt.lua Add GoTest -c option, compile test package issue#76 2022-01-16 13:08:16 +11:00
alternate.lua Replace print() with vim.notify() (#64) 2021-12-22 14:34:10 +11:00
asyncmake.lua Add GoStop command to stop the background task started with GoRun 2022-02-02 17:37:07 +11:00
codeaction.lua Add GoCodeAction, GUI with guihua.lua and vim.ui.select() 2021-12-17 09:59:47 +11:00
codelens.lua use latest version of codelens api, allow to hook guihua.lua 2021-12-17 10:05:37 +11:00
comment.lua Dap support 2021-07-10 21:04:24 +10:00
coverage.lua issue #65 failed to run coverage tests. Notify updates. 2021-12-30 01:33:24 +11:00
dap.lua handle nil 2022-01-30 16:02:18 +11:00
format.lua bugfix #65 coverage failed 2021-12-27 19:47:59 +11:00
ginkgo.lua better workfolder 2021-12-16 18:15:21 +11:00
godoc.lua Default GoDoc to lsp hover if no arguments are provided 2022-01-11 22:12:34 +11:00
goget.lua Update GoGet. if cursor current line is a valid pkg url, will auto fill it to go get argument 2022-02-09 15:33:19 +11:00
gopls.lua bugfix #81 2022-01-31 21:40:40 +11:00
gotest.lua fix: test file function (#78) 2022-01-19 08:41:11 +11:00
gotests.lua issue #65 failed to run coverage tests. Notify updates. 2021-12-30 01:33:24 +11:00
guru.lua Add gorename 2021-04-21 21:11:44 +10:00
health.lua add health.lua 2022-01-15 22:14:56 +11:00
iferr.lua Update Impl 2021-07-15 01:35:38 +10:00
impl.lua update impl, CLI complete 2021-12-22 15:01:15 +11:00
install.lua GoGet 2022-02-02 15:49:54 +11:00
keybind.lua [Breaking] Rename commands(GoFillStruct GoFillSwitch, Goiferr) 2021-07-14 23:58:31 +10:00
launch.lua check dap module before disconnect dap 2022-01-17 10:31:24 +11:00
list.lua Add command autocomplete 2021-11-13 14:29:42 +11:00
lsp_diag.lua LSP api changes https://github.com/neovim/neovim/pull/15504 2021-09-04 14:59:11 +10:00
lsp.lua telescope codeaction loader 2022-01-21 11:20:40 +11:00
package.lua updates for dap.ui 2021-11-24 10:13:40 +11:00
reftool.lua Replace print() with vim.notify() (#64) 2021-12-22 14:34:10 +11:00
rename.lua Replace print() with vim.notify() (#64) 2021-12-22 14:34:10 +11:00
runner.lua GoGet 2022-02-02 15:49:54 +11:00
tags.lua issue #65 failed to run coverage tests. Notify updates. 2021-12-30 01:33:24 +11:00
term.lua floatterm width ceiling 2022-01-10 15:47:21 +11:00
utils.lua issue #71, change warn/info/error to notify 2022-01-19 13:12:36 +11:00