this repo has no description
0
fork

Configure Feed

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

fix go autoformatting

+7 -2
+7 -2
nvim/lua/plugins/lsp.lua
··· 39 39 typescriptreact = { 40 40 require("formatter.defaults.prettier"), 41 41 }, 42 - golang = { 43 - require("formatter.filetypes.go"), 42 + go = { 43 + function() 44 + return { 45 + exe = "goimports", 46 + stdin = true, 47 + } 48 + end, 44 49 }, 45 50 ["*"] = { 46 51 require("formatter.filetypes.any").remove_trailing_whitespace,