ray-x / go.nvim

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

I cant disable diagnostics with lsp_lines #442

Closed ignishub closed 6 months ago

ignishub commented 6 months ago
            require("go").setup({
                lsp_inlay_hints = {
                    enable = false,
                },
                diagnostics = false,
                lsp_gofumpt = true,

            })

thats my config.

And then i see:

image