From 966d12ac730c83da90d60ab24eae539b2ea69441 Mon Sep 17 00:00:00 2001 From: srdusr Date: Wed, 24 Sep 2025 00:14:04 +0200 Subject: Update/Overhaul --- lua/plugins/prettier.lua | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100755 lua/plugins/prettier.lua (limited to 'lua/plugins/prettier.lua') diff --git a/lua/plugins/prettier.lua b/lua/plugins/prettier.lua new file mode 100755 index 0000000..ca57ea9 --- /dev/null +++ b/lua/plugins/prettier.lua @@ -0,0 +1,8 @@ +local M = {} + +function M.setup() + -- No-op if prettier is not installed + return true +end + +return M -- cgit v1.2.3