From 6e506cfc72597042e9f9b983305c17ee5f72f1b2 Mon Sep 17 00:00:00 2001 From: "Gustavo L de Mello (Guz)" Date: Sat, 7 Dec 2024 13:14:00 -0300 Subject: [PATCH] chore(formatting): remove unecessary comment --- lua/dot013/plugins/formatting.lua | 16 ---------------- 1 file changed, 16 deletions(-) diff --git a/lua/dot013/plugins/formatting.lua b/lua/dot013/plugins/formatting.lua index 84bbfd1..f10c167 100644 --- a/lua/dot013/plugins/formatting.lua +++ b/lua/dot013/plugins/formatting.lua @@ -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()