diff --git a/lua/confformat.lua b/lua/confformat.lua index 19810d0..80d7226 100644 --- a/lua/confformat.lua +++ b/lua/confformat.lua @@ -12,8 +12,6 @@ require("formatter").setup({ -- Formatter configurations for filetype "lua" go here -- and will be executed in order lua = { - -- "formatter.filetypes.lua" defines default configurations for the - -- "lua" filetype require("formatter.filetypes.lua").stylua, },