1
0

chore(nvim): reintroduce typescript

This commit is contained in:
2025-12-30 23:46:29 +01:00
parent 9f8ed18d72
commit 15662647d7
3 changed files with 15 additions and 7 deletions

View File

@@ -24,7 +24,7 @@ local function formatter(exe, args)
}
end
local prettier = formatter('prettier', {
local prettier = formatter('prettierd', {
'--config-precedence prefer-file',
'--single-quote',
'--use-tabs',