class RubyLsp::Addon

def inherited(child_class)

def inherited(child_class)
  addons << child_class.new
  super
end