Skip to content

Commit 26d3d59

Browse files
committed
feat: Add godoc.nvim
1 parent c95804e commit 26d3d59

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

lua/vnext/plugins/coding.lua

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -88,4 +88,9 @@ return {
8888
require("kustomize").setup(opts)
8989
end,
9090
},
91+
{
92+
"fredrikaverpil/godoc.nvim",
93+
cmd = { "GoDoc" },
94+
opts = {},
95+
},
9196
}

0 commit comments

Comments
 (0)