ts和js使用deno来格式化

This commit is contained in:
caprain 2026-04-16 21:33:18 +08:00
parent bd07b6ef70
commit b7c38200f4
4 changed files with 37 additions and 14 deletions

View file

@ -29,7 +29,7 @@ vim.api.nvim_create_autocmd({
input = { '%*().-()%*' },
output = { left = '*', right = '*' }
},
c = {
d = {
input = { '`().-()`' },
output = { left = '`', right = '`' }
}