feat: add pug comment support

This commit is contained in:
Devin Haska 2024-08-08 11:14:22 -07:00
parent eec24643a4
commit d5ce01c720
No known key found for this signature in database

View file

@ -103,6 +103,10 @@ return {
{
"folke/ts-comments.nvim",
event = "VeryLazy",
opts = {},
opts = {
lang = {
pug = "// %s",
},
},
},
}