chore(formatting): remove unecessary comment
This commit is contained in:
@@ -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()
|
||||
|
||||
Reference in New Issue
Block a user