mirror of
https://github.com/DefectingCat/nvim
synced 2025-07-15 16:51:33 +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" },
|
||||
|
@ -54,8 +54,10 @@ return {
|
||||
"stylua",
|
||||
"shfmt",
|
||||
"goimports",
|
||||
"goimports-reviser",
|
||||
"gofumpt",
|
||||
"golines",
|
||||
"gomodifytags",
|
||||
"impl", -- go
|
||||
"clang-format",
|
||||
"taplo",
|
||||
},
|
||||
|
Reference in New Issue
Block a user