Update files

This commit is contained in:
2026-07-04 21:47:12 +01:00
parent 4fbd8fce83
commit a2d915bbd1
3 changed files with 3 additions and 9 deletions
+1 -1
View File
@@ -228,7 +228,7 @@ local PROJECTS = {
})
vim.api.nvim_create_autocmd({ 'BufWritePre' }, {
pattern = { '*.php' },
pattern = { '*.js', '*.ts', '*.vue' },
callback = function(args)
require('helpers').format_buffer('eslint_d', args.buf)
end,