this repo has no description
0
fork

Configure Feed

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

go formatter

+3
+3
nvim/lua/plugins/lsp.lua
··· 38 38 typescriptreact = { 39 39 require("formatter.defaults.prettier"), 40 40 }, 41 + golang = { 42 + require("formatter.filetypes.go"), 43 + }, 41 44 ["*"] = { 42 45 require("formatter.filetypes.any").remove_trailing_whitespace, 43 46 },