this repo has no description
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

nvim: gopls

+4
+4
nvim/lua/plugins/lsp.lua
··· 125 125 }, 126 126 }, 127 127 } 128 + LangServers.gopls = { 129 + cmd = { "gopls" }, 130 + filetypes = { "go", "gomod", "gowork", "gotmpl" }, 131 + } 128 132 129 133 function SetupLspHandlers() 130 134 for server_name, server_config in pairs(LangServers) do