# File lib/neovim/plugin.rb, line 16
    def initialize(source)
      @handlers = []
      @source = source
      @setup_blocks = []
    end