mirror of
https://github.com/DefectingCat/nvim
synced 2025-07-16 01:01:34 +00:00
update golang
This commit is contained in:
@ -8,12 +8,7 @@ return {
|
||||
formatters_by_ft = {
|
||||
sql = { "sqlfluff" },
|
||||
lua = { "stylua" },
|
||||
go = {
|
||||
"goimports",
|
||||
"goimports-reviser",
|
||||
"golines",
|
||||
"gopls",
|
||||
},
|
||||
go = { "goimports", "gofumpt" },
|
||||
sh = { "shfmt" },
|
||||
javascript = { "prettier" },
|
||||
typescript = { "prettier" },
|
||||
|
Reference in New Issue
Block a user