LunarVim / starter.lvim

🚀 A great starting point for your LunarVim journey!
327 stars 63 forks source link

feat: go ide setup #12

Closed ritchielrez closed 2 years ago

ritchielrez commented 2 years ago

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.