From ef1e35e013063d7704c837a1a8ad1a37e8e9ff79 Mon Sep 17 00:00:00 2001 From: Devin Haska Date: Tue, 27 May 2025 11:54:49 -0700 Subject: [PATCH] feat: add pug comment support --- lua/plugins/coding.lua | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/lua/plugins/coding.lua b/lua/plugins/coding.lua index a32a6fa..3e58dca 100644 --- a/lua/plugins/coding.lua +++ b/lua/plugins/coding.lua @@ -103,6 +103,10 @@ return { { "folke/ts-comments.nvim", event = "VeryLazy", - opts = {}, + opts = { + lang = { + pug = "// %s", + }, + }, }, }