Skip to content

Commit

Permalink
fix(pack): fix go pack
Browse files Browse the repository at this point in the history
  • Loading branch information
mehalter committed Mar 15, 2023
1 parent 7443d36 commit 245182e
Showing 1 changed file with 3 additions and 8 deletions.
11 changes: 3 additions & 8 deletions lua/astrocommunity/pack/go/go.lua
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,6 @@ return {
},
{
"leoluz/nvim-dap-go",
config = true,
ft = "go",
dependencies = {
"mfussenegger/nvim-dap",
Expand All @@ -47,16 +46,12 @@ return {
end,
},
},
opts = {},
},
{
"olexsmir/gopher.nvim",
init = function() utils.list_insert_unique(astronvim.lsp.skip_setup, "gopls") end,
opts = function() return { server = require("astronvim.utils.lsp").config "gopls" } end,
dependencies = { "nvim-lua/plenary.nvim", "nvim-treesitter/nvim-treesitter" },
ft = "go",
dependencies = {
"nvim-lua/plenary.nvim",
"nvim-treesitter/nvim-treesitter",
},
config = true,
opts = {},
},
}

0 comments on commit 245182e

Please sign in to comment.