feat: add gopls

This commit is contained in:
Fabio Lenherr / DashieTM 2023-02-20 22:04:49 +01:00
parent 5c646250a7
commit 511dabde0f
2 changed files with 3 additions and 19 deletions

View file

@ -27,7 +27,8 @@ require("mason-lspconfig").setup({
"asm_lsp", -- assembly
"tsserver", -- js and ts
"ltex", -- latex
"jdtls" -- jafuck
"jdtls", -- jafuck
"gopls" -- yet another gargabe collector
},
automatic_installation = true,
})