Skip to content

Commit

Permalink
feat: change olexsmir/gopher.nvim to ray-x/go.nvim (#325)
Browse files Browse the repository at this point in the history
  • Loading branch information
ypli0629 authored Jun 29, 2023
1 parent 6520e57 commit 435acc3
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 5 deletions.
2 changes: 1 addition & 1 deletion lua/astrocommunity/pack/go/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,4 +13,4 @@ This plugin pack does the following:
- [iferr](https://github.com/koron/iferr)
- [impl](https://github.com/josharian/impl)
- Adds [nvim-dap-go](https://github.com/leoluz/nvim-dap-go) for debugging
- Adds [gopher.nvim](https://github.com/olexsmir/gopher.nvim) for language specific tools
- Adds [go.nvim](https://github.com/ray-x/go.nvim) for language specific tools
14 changes: 10 additions & 4 deletions lua/astrocommunity/pack/go/init.lua
Original file line number Diff line number Diff line change
Expand Up @@ -34,9 +34,15 @@ return {
opts = {},
},
{
"olexsmir/gopher.nvim",
dependencies = { "nvim-lua/plenary.nvim", "nvim-treesitter/nvim-treesitter" },
ft = "go",
opts = {},
"ray-x/go.nvim",
dependencies = {
"ray-x/guihua.lua",
"neovim/nvim-lspconfig",
"nvim-treesitter/nvim-treesitter",
},
config = function() require("go").setup() end,
event = { "CmdlineEnter" },
ft = { "go", "gomod" },
build = ':lua require("go.install").update_all_sync()',
},
}

0 comments on commit 435acc3

Please sign in to comment.