feat(nvim): add go configurations
This commit is contained in:
parent
a64c619cea
commit
5cf651c06c
4 changed files with 18 additions and 0 deletions
|
@ -7,6 +7,7 @@ require("conform").setup({
|
|||
formatters_by_ft = {
|
||||
yaml = {"yamlfmt"},
|
||||
sh = { "shfmt" },
|
||||
go = { "gofmt" },
|
||||
["_"] = { "trim_whitespace" },
|
||||
}
|
||||
})
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue