update:code shift

This commit is contained in:
2026-04-13 22:16:08 +09:00
parent 429b561ff4
commit 2bd4cc0098
7 changed files with 98 additions and 72 deletions

View File

@@ -9,12 +9,6 @@ function M.setup()
options = {
custom_commentstring = function()
local ft = vim.bo.filetype
if ft == "typescriptreact" then
return "{/* %s */}"
end
if ft == "htmldjango" then
return "{# %s #}"
end
if ft == "templ" then
return "// %s"
end