Hi!
I am trying to solve this issue #3
I have made sure that Golangformatting, 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
gotreesitter 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 #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 thatgo
treesitter parser gets installed automatically.gopls
support for LSP anddelve
support for debugging also had been added through dap-go and dap-ui.Please have a look and provide feedback if needed.