Explorar o código

fix(neovim): add `typescriptreact` to default formatted filetypes

Joe hai 1 ano
pai
achega
f6070e460b

+ 1 - 0
.config/nvim/custom/save-formatter/lua/save-formatter/init.lua

@@ -13,6 +13,7 @@ local default = {
     markdown = commands.prettier,
     denols = commands.deno,
     python = commands.ruff,
+    typescriptreact = true,
     lua_ls = true,
 }
 local enabled = {}