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()