From 8cb88ec054e0c203443cb1ef830ba137bcf7e3f4 Mon Sep 17 00:00:00 2001 From: yannickreiss Date: Mon, 7 Oct 2024 08:19:18 +0200 Subject: [PATCH] Formatter update --- lua/confformat.lua | 2 -- 1 file changed, 2 deletions(-) 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, },