chore(formatting): remove unecessary comment

This commit is contained in:
Guz
2024-12-07 13:14:00 -03:00
parent 0283cf7ad0
commit 6e506cfc72

View File

@@ -53,22 +53,6 @@ local formatters_by_ft = {
["_"] = { "trim_whitespace" },
}
-- go = {
-- function()
-- if vim.fn.executable("gofumpt") == 1 then
-- return require("formatter.filetypes.go").gofumpt()
-- end
-- return require("formatter.filetypes.go").gofmt()
-- end,
-- function()
-- if vim.fn.executable("golines") == 1 then
-- return require("formatter.filetypes.go").golines()
-- elseif vim.fn.executable("goimports") == 1 then
-- return require("formatter.filetypes.go").goimports()
-- end
-- return nil
-- end,
-- },
return {
"conform.nvim",
ft = (function()