class RubyLsp::Standard::WrapsBuiltinLspStandardizer

def init!

def init!
  @standardizer = ::Standard::Lsp::Standardizer.new(
    ::Standard::BuildsConfig.new.call([])
  )
end