From cb61b3051539c18be24b3dea97c4cd43de020ced Mon Sep 17 00:00:00 2001 From: OneOfOne Date: Tue, 3 Oct 2023 14:39:09 -0500 Subject: [PATCH] remove unneeded values --- lua/lazyvim/plugins/extras/lang/typescript.lua | 2 -- 1 file changed, 2 deletions(-) diff --git a/lua/lazyvim/plugins/extras/lang/typescript.lua b/lua/lazyvim/plugins/extras/lang/typescript.lua index 6743935f..33f8ab69 100644 --- a/lua/lazyvim/plugins/extras/lang/typescript.lua +++ b/lua/lazyvim/plugins/extras/lang/typescript.lua @@ -44,8 +44,6 @@ return { settings = { typescript = fmt_opts, javascript = fmt_opts, - typescriptreact = fmt_opts, - javascriptreact = fmt_opts, completions = { completeFunctionCalls = true, },