As for the formatter, goimports support through null-ls has been added. This config also ensures that
go treesitter parser gets installed automatically. gopls support for LSP and delve support for debugging
also had been added through dap-go and dap-ui.
Please have a look and provide feedback if needed.
Hi! I am trying to solve this issue https://github.com/LunarVim/starter.lvim/issues/3 I have made sure that Golang formatting, linting, LSP and debugging support has properly been added.
As for the formatter, goimports support through null-ls has been added. This config also ensures that go treesitter parser gets installed automatically. gopls support for LSP and delve support for debugging also had been added through dap-go and dap-ui.
Please have a look and provide feedback if needed.