ray-x / go.nvim

G'day Nvimer, Joyful Gopher: Discover the Feature-Rich Go Plugin for Neovim
MIT License
1.91k stars 119 forks source link

packer.nvim: Error running config for go.nvim: [string "..."]:0: attempt to index a boolean value #387

Closed zbindenren closed 7 months ago

zbindenren commented 9 months ago

Issue with neovim 0.9.4.

Config:

    use({
        "ray-x/go.nvim",
        config = function()
            require("go").setup()
        end,
    })
ray-x commented 8 months ago

I used https://github.com/ray-x/go.nvim/blob/master/playground/init_packer.lua to verify this issue. But I can not reproduce it. Also FYI, packer was achieved.

ray-x commented 7 months ago

As paker has been EOL, I have no intension of supporting issues related to packer.nvim.