fix(lsp): don't register autocmd for servers not allowed to format by user config

This commit is contained in:
Matthew Leong 2023-01-09 12:18:29 -08:00
parent f833c18b5a
commit bd108bb7e9

View file

@ -36,7 +36,6 @@ function M.on_attach(client, bufnr)
end,
pattern = format_filetypes,
group = group,
nested = true,
})
end
end