Преглед изворни кода

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

Joe пре 1 година
родитељ
комит
f6070e460b
1 измењених фајлова са 1 додато и 0 уклоњено
  1. 1 0
      .config/nvim/custom/save-formatter/lua/save-formatter/init.lua

+ 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 = {}