aboutsummaryrefslogtreecommitdiffstats
path: root/lsp/oxfmt.lua
diff options
context:
space:
mode:
Diffstat (limited to 'lsp/oxfmt.lua')
-rw-r--r--lsp/oxfmt.lua4
1 files changed, 0 insertions, 4 deletions
diff --git a/lsp/oxfmt.lua b/lsp/oxfmt.lua
index a269519e..9e560b36 100644
--- a/lsp/oxfmt.lua
+++ b/lsp/oxfmt.lua
@@ -26,10 +26,8 @@ return {
filetypes = {
'javascript',
'javascriptreact',
- 'javascript.jsx',
'typescript',
'typescriptreact',
- 'typescript.tsx',
'toml',
'json',
'jsonc',
@@ -38,13 +36,11 @@ return {
'html',
'vue',
'handlebars',
- 'hbs',
'css',
'scss',
'less',
'graphql',
'markdown',
- 'mdx',
},
workspace_required = true,
root_dir = function(bufnr, on_dir)